Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme update #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 12 additions & 18 deletions README.rdoc
Original file line number Diff line number Diff line change
@@ -1,28 +1,22 @@
== README
= Starting application

This README would normally document whatever steps are necessary to get the
application up and running.
1. Remove Gemfile.lock

Things you may want to cover:
2. Add into Gemfile

* Ruby version
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin]

* System dependencies
3. Install all packets:

* Configuration
$ bundle install

* Database creation
4. Make migration:

* Database initialization
$ rake db:migrate RAILS_ENV=development

* How to run the test suite
5. Start server:

* Services (job queues, cache servers, search engines, etc.)
$ rails s

* Deployment instructions

* ...


Please feel free to use a different markup language if you do not plan to run
<tt>rake doc:app</tt>.
6. Inspect models at the local folder _app/models_; database data and migrations at the folder _db_.