Skip to content

carojane/launchcalendar2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Launch Academy Calendar

This is a dynamic website recording my work during the Fall 2014 Cohort of Launch Academy

screenshot

Forms

###Daily Focus Adds a focus for each day, or overwrites the focus if there is one already listed for that day.

###Assignmets Adds an assignment. If there is already an assignment with the same name, the information will be overwritten.

screenshot

###Systems Check Adds or updates the weekly systems check title, blog url and title.

Make This Your Own

# Clone down this template
git clone git@github.com:carojane/launchcalendar2.git <YOUR_APP_NAME>

# Move into your app's directory
cd <YOUR_APP_NAME>

# Remove the old git history and start your own
rm -rf .git && git init && git add -A && git commit -m 'Initial commit'

# Install all the gems
bundle install

# Create database
rake db:create

For members of LA Fall 2014 cohort

To record your own Launch Academy assignments, run rake db:migrate and go at it.

For future cohorts

Before running migrations (or after resetting database if you already did), go into "add_initial_campaigns" migration and change campaign dates to reflect your cohort's campaign. Also change Date.new(2014,8,11) to the first date of your cohort. Then run rake db:migrate.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published