Use Docker deploy Lipoic Server.
- Install docker-compose.
- Run
./script/genrsa.sh
generate RSA private key and public key. - Change
Rocket.toml
variables to your. - Run
./script/deploy.sh
.
Note: If you are using Windows or macOS use cygwin to run the script
- Fork this repository to your own GitHub account and then clone it to your local device
- Install docker-compose
- Run the command
docker-compose -f ./script/mongodb/docker-compose.yml up -d
- To run
cargo run