File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- rvm use ruby-1.9.3-p194@swarvy --create
1
+ rvm use ruby-1.9.3-p194@tutorli --create
Original file line number Diff line number Diff line change 1
1
# Be sure to restart your server when you modify this file.
2
2
3
- Tutorli ::Application . config . session_store :cookie_store , :key => '_swarvy_session '
3
+ Tutorli ::Application . config . session_store :cookie_store , :key => '_tutorli_session '
4
4
5
5
# Use the database for sessions instead of the cookie-based default,
6
6
# which shouldn't be used to store highly confidential information
Original file line number Diff line number Diff line change 1
1
2
2
3
3
From the command line:
4
- createuser swarvy
4
+ createuser tutorli
5
5
Shall the new role be a superuser? (y/n) y
6
6
7
7
8
- createdb -Oswarvy -Eutf8 swarvy_dev
9
- createdb -Oswarvy -Eutf8 swarvy_test
8
+ createdb -Otutorli -Eutf8 tutorli_dev
9
+ createdb -Otutorli -Eutf8 tutorli_test
10
10
You can’t perform that action at this time.
0 commit comments