- Pull repo
git clone https://github.com/pharapeti/e-library.git
- Install rvm
- Using rvm or any other ruby manager, install Ruby. Ensure you install the same version as the one specified in the Gemfile
- In command prompt, run
gem install bundler
- Navigate to cloned directory and run
bundle install
. This will install the gem dependencies of the project - In the same directory, run
yarn
. If the yarn command is not found, you will need to install it - Run
rake db:drop db:create db:migrate db:seed
to create the database and run the migrations. - Run
rake db:fixtures:load
to insert the fixtures into your database. - Run
rails server -p 9090
in command prompt to start server on port 9090 (you can alias this tors
if you wish) - Open a web browser and navigate to
localhost:9090
to see the homepage
- Patrice Harapeti
- Davit Gevorgyan
- Ahmed Khursheed
- Hèlèna Tran
- Jun Kok
- Patrick Mouawad