Skip to content
scotthasse edited this page Jul 4, 2015 · 2 revisions

These are the tasks that should be done when wrapping up the project for submission:

Extract the issues to an evidence/issues. curl -u -o evidence/issues.json https://api.github.com/repos/flexion/flexion-ads-18f-response/issues

Extract the bower license evidence to a file (requires bower-license, 'sudo npm install -g bower-license'): bower-license > evidence/bower-license.txt

Mirror selected wiki pages to the repository:

curl -u -o evidence/wiki/ https://github.com/flexion/flexion-ads-18f-response/wiki/Amazon-ECS-deploy-&-update

Push all of the above

Merge develop to master

Configure the repository public

Configure the repository read-only

Clone this wiki locally