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

kastermester/contractor

Repository files navigation

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

About

An open source SSL certificate manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published