Skip to content

Commit e634115

Browse files
committed
Update setup documentation to include secrets.yml
1 parent 905739f commit e634115

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,11 @@ OpenConferenceWare requires Ruby 1.9.3 and a host application built on Rails 4.0
4848

4949
$ bin/rails generate open_conference_ware:install /ocw
5050

51-
7. Edit `config/initializers/01_open_conference_ware.rb` to configure OCW's settings. You'll find comments there explaining the available options.
51+
7. Edit `config/initializers/01_open_conference_ware.rb` and `config/secrets.yml` to configure OCW's settings. You'll find comments in these files explaining the available options.
5252

53-
8. At this point, you should be able to fire up a server and see OpenConferenceWare at [http://localhost:3000](http://localhost:3000)
53+
8. All of these newly-generated files, _except config/secrets.yml_, should be added to your version control system. If you're using git, you may want to add `config/secrets.yml` to your `.gitignore`, to ensure it doesn't get shared accidentally.
54+
55+
9. At this point, you should be able to fire up a server and see OpenConferenceWare at [http://localhost:3000](http://localhost:3000)
5456

5557
$ bin/rails server
5658

lib/tasks/open_conference_ware_tasks.rake

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ namespace :open_conference_ware do
44
puts <<-HERE
55
66
TO FINISH SETUP
7-
1. See README.markdown for information about security and customization
8-
2. Start the server, e.g.: bin/rails server
7+
1. See README.md for information about configuration and customization
8+
2. Edit config/initializers/01_open_conference_ware.rb and config/secrets.yml
9+
2. Start the server: bin/rails server
910
3. Sign in as an admin in development mode
1011
4. Use the web-based admin interface to create and configure an event
1112
HERE

0 commit comments

Comments
 (0)