This is the official RubyJax website
This README assumes you are part of the RubyJax organization as a developer. If you're not, please contact an organizer for access.
Clone the repo.
git clone http://github.com/rubyjax/rubyjax.org
#or
git clone [email protected]:rubyjax/rubyjax.orgMake sure your ruby is up to date (RVM)
cd /path/to/project
rvm install ruby-2.3.0-Install gems
gem install bundler
bundle install --jobs 4Setup your database (Postgresql)
Mac - brew install postgres to install
To have launchd start postgresql now and restart at login: brew services start postgresql Or, if you don't want/need a background service you can just run: pg_ctl -D /usr/local/var/postgres start
rails db:create db:migrate db:test:prepareIf this fails. Go into your config/database.yml and remove line #4 (host: localhost)
Get viewing
rails srake