Skip to content

Commit ed852b6

Browse files
committed
Add 'Scrivito' section to README
1 parent 4b2a645 commit ed852b6

File tree

1 file changed

+23
-10
lines changed

1 file changed

+23
-10
lines changed

README.md

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,36 @@ Fulfill the requirements, setup by following the instructions, and send a pull r
1919

2020
- [Ruby](http://ruby-lang.org/)
2121
- [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)
2523

2624
### Setup
2725

2826
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).
3633

3734
If you successfully set up, you can see the same page as [coderdojo.jp](http://coderdojo.jp).
3835

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+
3952
## Contributors
4053

4154
Initially designed by [@cognitom](https://github.com/cognitom) in 2015,

0 commit comments

Comments
 (0)