Skip to content

Latest commit

 

History

History
 
 

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Jodit WYSIWYG editor

Docker environment for Jodit's contributors

All you need to build and test Jodit with a docker environment.

No installation required on the host except docker.

Docker installation

Follow instructions on docker website

Available commands

All commands must be executed in the "docker" directory

cd docker

Installation of the docker environment for Jodit

./install

To Run webpack Hot Reload server:

Ctrl+C to close this server.

To try Jodit, you can open up http://localhost:2000/ in your browser.

./start

To build Jodit

The build files are in the "build" directory.

./build

To launch tests of Jodit

To follow the tests, you can open up http://localhost:2002/ in your browser.

./test

Uninstallation of the docker environment for Jodit

./uninstall