A question and answer service similar to StackOverflow
-
First clone the repository from GitHub:
git clone git://github.com/ipcross/ansme.git
-
Install all dependencies with:
bundle install
-
Copy config/database.yml.example to config/database.yml and edit this file in order to configure your database settings.
cp config/database.yml.example config/database.yml
-
Create the database structure, by running the following command under the application root directory:
bundle exec rake db:migrate
-
Test the installation by running WEBrick web server:
bundle exec rails server
After that you're almost ready to go.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Vitaly Kurennov Vladimir Dementyev
Thanks to all our awesome
contributors
Copyright (c) 2016 Dmitry Alifanov. See MIT-LICENSE for details.