/shipit_docker

Ship.it docker image

Primary LanguageRuby

Ship.it docker

This project is intented to faciliate the deploy process of the Shipit app

screenshot 2015-05-26 17 03 24

Instructions

  • Install docker-compose. https://docs.docker.com/compose/install/
  • Clone this repo to the server: git clone https://github.com/arthurnn/shipit_docker.git; cd shipit_docker
  • Setup the .env file: cp .env.sample .env; nano .env
  • Run migrations: docker-compose run web bin/rake db:migrate
  • Run the app docker-compose up -d