- make sure that
docker-compose
is install on your machine
- Run
./docker_setup
to initialize your environment - Run
docker-compose up
to start the Retool server - Go to
http://localhost:3000
and sign up!
- Run
./update_retool.sh
- Alternatively, stop the server, and run
sudo docker-compose pull
and thensudo docker-compose up -d