Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 493 Bytes

File metadata and controls

28 lines (20 loc) · 493 Bytes

docker-setup

Docker compose setup for the platform

Setup

git clone https://github.com/cuttle-ai/docker-setup
cd docker-setup
cp sample.env .env
ssh-keygen
cp ~/.ssh/id_rsa id_rsa
cp ~/.ssh/id_rsa.pub id_rsa.pub

Update the google client id and secret in the .env file.

For the first time run the following command to build and start the platform

sh setup.sh

Once setup, the platform can be started by running the following command

sh start.sh