Skip to content
This repository was archived by the owner on Mar 24, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 683 Bytes

File metadata and controls

21 lines (16 loc) · 683 Bytes

contractor

An open source SSL certificate manager

Development

If you cloned from git, please make sure all submodules are initted and pointing to the right commits:

git submodule update --init --recursive

You can develop on Contractor like any other Rails application. However if you do not want to mess with setting up your own development machine. Utilize Vagrant. Install Vagrant and Virtualbox on your machine. Copy config/database-vagrant.yml to config/database.yml. Then run the following shell commands from the root of your machine:

vagrant up
vagrant ssh
cd /vagrant
rake db:migrate
script/rails server