Skip to content

🏕️ National OA Ceremonies Training System // 1st Place, 2017 Intel-OA hackathon in Sacramento, CA

Notifications You must be signed in to change notification settings

wadefletch/NOACTS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

National OA Ceremonies Training System

What in the world is the OA?

The Order of the Arrow is Scouting's National Honor Society. Basically Boy Scouts that might be a little too into it. Anyway...

Pitch

Ceremonies are hard. If you're a ceremonies adviser, it's not uncommon to get this call driving to a fellowship: "I can't make it" says Allowat Sakima. You hand another arrowman the script binder and he tries his best to memorize the script before sundown. Sounds familiar, doesn't it? NOACTS is the premier training platform for Ceremonialists across the country.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Installing Locally

1. Clone the project:

$ git clone git@github.com:Tenderfoot14/National-OA-Ceremonies-Training-System.git
$ cd National-OA-Ceremonies-Training-System

2. Create and initialize virtualenv for the project:

$ virtualenv venv
$ pip install -r requirements.txt

3. Run the development server:

$ ./manage.py runserver

Deploying

Deploying on Heroku

1. Open the local app directory:

cd National-OA-Ceremonies-Training-System

2. Create a new Heroku app for the app:

$ heroku create

3. Upload the local repository to Heroku:

$ git push heroku master

4. Ensure a web dyno is provisioned for the app:

$ heroku ps:scale web=1

5. Open the app:

$ heroku open

About

🏕️ National OA Ceremonies Training System // 1st Place, 2017 Intel-OA hackathon in Sacramento, CA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published