Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit 582b9a6

Browse files
committed
Changes to README
1 parent fe73a86 commit 582b9a6

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.rdoc

+8-10
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,22 @@ DMPonline is a Ruby on Rails application and you will need to have Ruby 2.0.0p24
2222

2323
Prerequisites
2424
-------------
25-
DMPonline is a Ruby on Rails application and you'll need to have Ruby 2.0.0p247 [x86_64-linux], plus Rails 3.2.13 on your server and a MySQL server v5.1 or greater.
25+
DMPonline is a Ruby on Rails application and you'll need to have Ruby 2.0.0p247 [x86_64-linux], plus Rails 3.2.13 on your server and a MySQL server v5.1 or greater.
2626

2727
You will need to ensure you have [RubyGems installed](http://guides.rubygems.org/rubygems-basics/) too. If you've had to upgrade the version of Ruby running on your server, don't forget to update the gems system too by running the following:
2828

2929
$ gem update --system
3030
$ gem install bundler
3131

32-
Further details on how to install Ruby on Rails applications are available from the [Ruby on Rails site](http://rubyonrails.org).
32+
Further details on how to install Ruby on Rails applications are available from the [Ruby on Rails site](http://rubyonrails.org).
3333

34-
While not a prerequisite, the DCC runs this using [Phusion Passenger 4](http://www.modrails.com/) with an Apache webserver
34+
While not a prerequisite, the DCC runs this using [Phusion Passenger 4](http://www.modrails.com/) with an Apache webserver
3535

36-
The shell utility [wkhtmltopdf](http://code.google.com/p/wkhtmltopdf/) is used to create PDF output and so this needs to be installed on your server.
36+
The shell utility [wkhtmltopdf](http://code.google.com/p/wkhtmltopdf/) is used to create PDF output and so this needs to be installed on your server.
3737

3838
== Getting Started
3939

40-
After downloading, create a `config/database.yml` file based on the provided `config/database_example.yml` file. Currently only MySQL databases are supported.
41-
42-
Edit the configuration files at `config/environments` to include your contact email addresses.
40+
After downloading, create a `config/secrets.yml` file based on the provided `config/secrets.yml.sample` file. Currently only MySQL databases are supported.
4341

4442
Edit the configuration setting `config.action_mailer.default_url_options` in `config/application.rb`
4543

@@ -51,10 +49,10 @@ Use [mailcatcher](http://mailcatcher.me) in development to send email.
5149

5250
You'll need to install the gems, build the database and start the server:
5351

54-
$ cd dmponline4
55-
$ bundle update
52+
$ cd dmponline4
53+
$ bundle update
5654
$ rake db:setup
57-
$ rake db:populate
55+
$ rake db:populate
5856
You may also find the following resources handy:
5957

6058
The second rake task creates a sample admin user. See lib/tasks/user_data.rake for more details.

0 commit comments

Comments
 (0)