Skip to content
psunix edited this page Dec 19, 2018 · 13 revisions

Production Image

For ubuntu:

  1. Install Docker
  2. Install docker-compose: sudo apt-get install docker-compose

Development

todo

Follow these steps in order to get a working Docker image with Cryptopus:

  1. Install Docker
  2. Install docker-compose: sudo apt-get install docker-compose
  3. Clone this repo: git clone https://github.com/puzzle/cryptopus.git
  4. cd into ./cryptopus: cd cryptopus
  5. execute: docker-compose up -d
  6. 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.

Clone this wiki locally