Skip to content

dhagan/kb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kb

Install node - https://nodejs.org/en/download/

Install npm - https://docs.npmjs.com/getting-started/installing-node

Install mongodb locally or use mlabs - free

Build

npm install

gulp

If ./public/lib does not have angular.js and dependencies you may need to install or fix the path to bower, then

npm postinstall

Deploy

Install heroku toolkit, create a new app and set it as the default - see also - http://www.tilcode.com/deploying-a-mean-stack-app-to-heroku/

then, cd to your local git repo $kb, and run the following commands

git push heroku master

heroku config:set NODE_ENV=development

heroku config:set MONGOLAB_URI=mongodb://dhagan:passowrd@ds045795.mlab.com:45795/heroku_62qczqm4

heroku config:set SESSION_SECRET=”hello doggy”

heroku logs --tail

Re-deploy

git pull

git push heroku master

TODOs / gotchas

routes

/boards/{id}

/boards/{id}/edit

//// todo look at angular UI - swipe

About

Kanban Kids - agile site for families

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published