-
Notifications
You must be signed in to change notification settings - Fork 34
Docker
psunix edited this page Dec 19, 2018
·
13 revisions
For ubuntu:
- Install Docker
- Install docker-compose:
sudo apt-get install docker-compose
todo
Follow these steps in order to get a working Docker image with Cryptopus:
- Install Docker
- Install docker-compose:
sudo apt-get install docker-compose
- Clone this repo:
git clone https://github.com/puzzle/cryptopus.git
- cd into ./cryptopus:
cd cryptopus
- execute:
docker-compose up -d
- for the first time, execute:
docker exec cryptopus rails db:migrate RAILS_ENV=development
Now Cryptopus is up and running. Visit localhost:3000 and create your first user.