The easiest way to get started is using docker-compose to manage all the required docker containers at once.
First, download the docker-compose file:
wget https://raw.githubusercontent.com/deepforge-dev/deepforge/master/docker/docker-compose.yml
After downloading the compose file, disable user accounts, then start it locally with
docker-compose up
Finally, you can navigate to http://localhost:8888 in a browser to use DeepForge!
For more details or advanced configurations, check out the docs!
Installation Guide