Awesome
cerebrate-docker
Note: This docker installation has been superseded by the installer bundled in cerebrate directly. Please switch to the installation instructions there.
Cerebrate docker image.
How to install
- Clone this repository
- Run
sudo ./init.sh
- Run
sudo ./start.sh
- Visit
localhost:8080
- Credentials
admin
andPassword1234
- Credentials
- Have fun :)
How to update code & rebuild everything?
- Work in ./app/cerebrate & update your code
- Run
sudo ./build-image.sh
- Run
sudo ./stop.sh
- Run
sudo ./start.sh
- Same as 4. above.
How to stop this infrastructure?
- Run
sudo ./stop.sh
How to remove?
- Run
sudo ./remove.sh