@@ -19,23 +19,36 @@ Fulfill the requirements, setup by following the instructions, and send a pull r
19
19
20
20
- [ Ruby] ( http://ruby-lang.org/ )
21
21
- [ Ruby on Rails] ( http://rubyonrails.org/ )
22
- - [ Scrivito] ( https://scrivito.com/ )
23
- - Signup and get your own keys to connect Scrivito.
24
- - Or, ask [ @yasulab ] ( https://github.com/yasulab ) for production keys
22
+ - [ Scrivito] ( https://scrivito.com/ ) (Option)
25
23
26
24
### Setup
27
25
28
26
1 . Fork and clone this repository.
29
- 2 . Set Scrivito's secret keys to ` SCRIVITO_TENANT ` and ` SCRIVITO_API_KEY `
30
- 3 . ` $ bundle install --without production `
31
- 4 . ` $ bundle exec rails db:migrate `
32
- 5 . ` $ bundle exec rails dojos:update_db_by_yaml `
33
- 6 . ` $ bundle exec rails test `
34
- 7 . ` $ rails server `
35
- 8 . Access to [ localhost:3000] ( http://localhost:3000 ) .
27
+ 1 . ` $ bundle install --without production `
28
+ 1 . ` $ bundle exec rails db:migrate `
29
+ 1 . ` $ bundle exec rails dojos:update_db_by_yaml `
30
+ 1 . ` $ bundle exec rails test `
31
+ 1 . ` $ rails server `
32
+ 1 . Access to [ localhost:3000] ( http://localhost:3000 ) .
36
33
37
34
If you successfully set up, you can see the same page as [ coderdojo.jp] ( http://coderdojo.jp ) .
38
35
36
+ ### Scrivito
37
+
38
+ Some pages require [ Scrivito] ( https://scrivito.com/ ) , Professional Cloud-Based Rails CMS, such as:
39
+
40
+ - ` /kata `
41
+ - ` /docs/* `
42
+ - ` /news/* `
43
+
44
+ CMS enables wider people to contribute to editing contents,
45
+ but on the other hand, this requires Scrivito API Keys for
46
+ engineers to join developing Scrivito-used pages like above.
47
+
48
+ If interested in developing them, contact [ @yasulab ] ( https://github.com/yasulab ) to
49
+ get production keys (` SCRIVITO_TENANT ` and ` SCRIVITO_API_KEY ` ).
50
+
51
+
39
52
## Contributors
40
53
41
54
Initially designed by [ @cognitom ] ( https://github.com/cognitom ) in 2015,
0 commit comments