Skip to content

myapnea/myapnea.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

30de723 · Apr 15, 2015
Apr 10, 2015
Dec 3, 2014
Apr 15, 2015
Apr 10, 2015
Apr 10, 2015
Jan 7, 2015
Apr 10, 2015
Dec 22, 2014
Mar 3, 2015
Feb 25, 2015
Mar 3, 2015
Jan 23, 2015
Mar 3, 2015
Apr 15, 2015
Apr 13, 2015
Jul 28, 2014
Sep 10, 2014
Jan 28, 2015
Jan 16, 2015
Jun 30, 2014

Repository files navigation

OpenPPRN - MyApnea.Org

Build Status Dependency Status Code Climate

A collaboration to build an open-source solution for creating patient-powered research networks.

Before Starting Installation

Make sure you have reviewed and installed any prerequisites.

Installation

gem install bundler

This README assumes the following installation directory: /var/www/www.myapnea.org

cd /var/www

git clone https://github.com/myapnea/www.myapnea.org.git

cd www.myapnea.org

bundle install

Install default configuration files for database connection, email server connection, server url, and application name.

ruby lib/initial_setup.rb

bundle exec rake db:migrate RAILS_ENV=production

bundle exec rake assets:precompile RAILS_ENV=production

Edit the /config/application.yml file it generates, and enter any keys you've gotten from the third party developers. For any service you aren't using, you can leave the lines out.

Run Rails Server (or use Apache or nginx)

rails s

Open a browser and go to: http://localhost:3000

All done!