Update documentation:

* Remove rails default doc files;
* Fix outdated documentation (installation and contribution).
This commit is contained in:
Thibault Jouan
2014-04-01 03:07:37 +00:00
parent 40f4ced3b8
commit 3dbaf438a4
4 changed files with 8 additions and 273 deletions

View File

@@ -1,7 +1,7 @@
scube installation
------------------
scube-server installation
-------------------------
You'll need ruby, rubygems and bundler gem installed.
You'll need ruby, rubygems and the bundler gem installed.
* After you have cloned the repository, install required dependencies
@@ -9,15 +9,12 @@ scube installation
`bundle install`
* Alternatively, you can run `bundle check` and manually install the
missing dependencies.
* Then you'll need to create the database and run the migrations. Edit
config/database.yml to suit your needs and execute the db:migrate
`config/database.yml' to suit your needs and execute the db:migrate
rake task using bundler:
`bundle exec rake db:migrate`
* Eventually you can launch the application:
`./script/rails server`
`rails server`