- DeployR Open 7.4.1
- JDK 8u65
- RRO 3.2.2
- Please ensure that you have at least 6GB of free space, otherwise you may encounter problems during the building process (
mongodprocess not found) or when running (main page showing404error).
git clone https://github.com/warmdev/deployr-docker.git
cd deployr-docker
sudo docker build -t deployr .
sudo docker run -d -p 7400:7400 -p 7406:7406 deployr
- For Linux users, server will be live at
http://localhost:7400/revolution
- 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 7400:7400 -p 7406:7406 deployr
- For
Docker Toolboxusers, server will be live athttp://192.168.99.100:7400/revolution
- Default admin user is
adminand password ischangeme
The sh files are from the DeployR Open source package with the following modifications:
installDeployROpen.sh: removed therestartsection so that server will not run in the docker building processstartAll.sh: added support forDocker Toolbox, changed Tomcat Server to non-daemon mode