Update README.md
A tool for logging ad-hoc contribution activities that we can’t count elsewhere
npm install -g bower
npm install -g grunt-cli
See script in sql/table.sql
For local dev, copy sample.env to .env and add credentials Set equivilent environment variables on Heroku
You will need to generate a self-signed certificate for local development over HTTPS. See http://docs.nodejitsu.com/articles/HTTP/servers/how-to-create-a-HTTPS-server
Save the key and the cert here:
/config/key.pem /config/cert.pem
grunt
foreman start
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
This repo is no longer actively maintained and has been archived
adhoctribution
A tool for logging ad-hoc contribution activities that we can’t count elsewhere
Dependencies
npm install -g bowernpm install -g grunt-cliSetup a table in mysql
See script in sql/table.sql
Environment Config
For local dev, copy sample.env to .env and add credentials Set equivilent environment variables on Heroku
Localhost HTTPS
You will need to generate a self-signed certificate for local development over HTTPS. See http://docs.nodejitsu.com/articles/HTTP/servers/how-to-create-a-HTTPS-server
Save the key and the cert here:
Running the app: