- Clone git repository to your home directory
$git clone --recursive https://github.com/maridco/marid-vagrant.git
- Change directory to marid-vagrant
$cd madrid-vagrant
- Run vagrant
$vagrant up
- Login to your vagrant box
$vagrant ssh
- Clone marid repository
$git clone marid-git-url
- Change directory and install dependencies
$cd backend && bundle install
- Start server
$bundle exec rails s
- Open website in your local browser
http://127.0.0.1:3000
- PostgreSQL passwords:
db = 'marid'
user = 'marid'
password = 'passw0rd'
[Tested on Debian, Red Hat 6.5, Mac OS X Mavericks 10.9, should also work on Windows (install VirtualBox, Vagrant, Git)]
Marid is released under the Apache License, Version 2.0.
The full license text is included in LICENSE.txt
.