- DeployR Open 8.0.0
- JDK 8u101
- MRO 3.3.0
- Please ensure that you have at least 6GB of free space, otherwise you may encounter problems during the building process (
mongod
process not found) or when running (main page showing404
error).
git clone https://github.com/warmdev/deployr-docker.git
cd deployr-docker
sudo docker build -t deployr .
sudo docker run -d -p 8000:8000 -p 8006:8006 deployr
- For Linux users, server will be live at
http://localhost:8000/deployr/landing
- Before building
- Uncomment line 5 in
startAll.sh
- Uncomment line 5 in
- Usage
git clone https://github.com/warmdev/deployr-docker.git
cd deployr-docker
docker build -t deployr .
docker run -d -p 8000:8000 -p 8006:8006 deployr
- For
Docker Toolbox
users, server will be live athttp://192.168.99.100:8000/deployr/landing
- Default admin user is
admin
and password ischangeme
The sh
files are from the DeployR Open
source package with the following modifications:
installDeployROpen.sh
: removed therestart
section so that server will not run in the docker building processstartAll.sh
: added support forDocker Toolbox
, changed Tomcat Server to non-daemon mode