Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Latest commit

 

History

History
44 lines (30 loc) · 1.88 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.88 KB

LevelUpRails

An app to store and verify training material for engineers on the Rails Prime Stack. Currently hosted at http://leveluprails.com.

Getting Started

Clone the repo, bundle install, create db, run rake to test. Deploy at will. There is a Procfile provided for foreman. Feel free to create a .env file for the environment. Some content modules may not be stored in source control for competitive purposes.

bundle install
bundle exec rake db:{setup,seed}
foreman start

Proprietary Content Support

LevelUp now supports proprietary courses for users from organizations. While the intention is to share as much as possible, it's useful to have one platform that also covers internal projects. the production site uses private gems with Rails Engines to mount the additional content. Users, courses, and categories can all have organization flags on them, which render them invisible to anyone outside those orgs.

Contributing

Contributions are very welcome. Fork, fix, submit pulls.

Contribution is expected to conform to the Contributor Covenant.

Credits

See the humans file for information on helpful humans.

Some icons are used via the Noun Project. We bought a license but here's attribution anyway, because we like them:

  • Map, by Lloyd Humphreys, DK
  • Quiz, by carlos sarmento
  • Books, by Jakub Čaja
  • Signpost, by Creative Stall

License

This software is released under the MIT License.