Skip to content

CoderDojo Japan official website integrated with Cloud-based Rails CMS (Scrivito)

License

Notifications You must be signed in to change notification settings

taniokah/coderdojo.jp

 
 

Repository files navigation

Cover

CoderDojo Japan

Build Status

Official website of CoderDojo Japan integrated with Rails-based CMS (Scrivito)

How to contribute

Fulfill the requirements, setup by following the instructions, and send a pull request for anything you want to contribute.

Requirements

Setup

  1. Fork and clone this repository.
  2. Set Scrivito's secret keys to SCRIVITO_TENANT and SCRIVITO_API_KEY
  3. $ bundle install --without production
  4. $ bundle exec rails db:migrate
  5. $ bundle exec rails dojos:update_db_by_yaml
  6. $ bundle exec rails test
  7. $ rails server
  8. Access to localhost:3000.

If you successfully set up, you can see the same page as coderdojo.jp.

Contributors

Initially designed by @cognitom in 2015,
replaced/developed by YassLab team in 2016, and
had been migrated to CoderDojo Japan organization in 2017.

License

Although Scrivito gem is publishd under LGPL-3.0, the author allows us to put MIT license. 😆✨

Sorry for the late reply, I wanted to confer with our team.
There is no conflict in the licenses and you are welcome to use the MIT license.

So, this application can be used and modified under the MIT License! 🆗

The MIT License (MIT)

Copyright © 2012-2017 CoderDojo Japan

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About ICON

The icons used in the website are created by Font Awesome, licensed under SIL OFL 1.1.

About

CoderDojo Japan official website integrated with Cloud-based Rails CMS (Scrivito)

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 56.2%
  • HTML 26.4%
  • CSS 14.0%
  • JavaScript 2.9%
  • CoffeeScript 0.5%