Skip to content

maridco/marid-vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

marid

Marid Vagrant

How to use marid-vagrant

  1. Clone git repository to your home directory
    $git clone --recursive https://github.com/maridco/marid-vagrant.git
  2. Change directory to marid-vagrant
    $cd madrid-vagrant
  3. Run vagrant
    $vagrant up
  4. Login to your vagrant box
    $vagrant ssh
  5. Clone marid repository
    $git clone marid-git-url
  6. Change directory and install dependencies
    $cd backend && bundle install
  7. Start server
    $bundle exec rails s
  8. Open website in your local browser
    https://127.0.0.1:3000
  9. 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)]

License

Marid is released under the Apache License, Version 2.0.

The full license text is included in LICENSE.txt.