This application is under the MIT License or you can look at LICENSE.md The purpose of this application is to be a scheduling assistant for nail salons.
- Here's our Trello: https://trello.com/b/g1uyuywQ/nails-pos
- Travis CI
- Code Climate
-
Ruby version: We use 2.0, so we recommend 2.0+
-
We recommend you install brew if you are a mac user.
-
MySQL
- OSX:
brew install mysql
- Ubuntu:
apt-get install mysql-server mysql-client libmysql-ruby libmysqlclient-dev
- OSX:
-
Postgresql
- OSX:
brew install postgresql
ARCHFLAGS="-arch x86_64" gem install pg
- Ubuntu:
apt-get install postgresql-9.1 libpq-dev
- OSX:
After you finally are able to make bundle install work you will need to edit your configurations.
- Edit config/database.yml to your appropriate MySQL settings.
- Ensure
rake db:create db:migrate
runs correctly - Finally run
rake test
and all of the tests should pass assuming your on the master branch.
Please look at CONTRIBUTING.md for details!