cerebrate-docker
January 19, 2022 ยท View on GitHub
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
adminandPassword1234
- 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