Name Last Update
app Loading commit data...
public Loading commit data...
.bowerrc Loading commit data...
.gitignore Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
bower.json Loading commit data...
package.json Loading commit data...
server.js Loading commit data...

README.md

#Site internet du Club Info Version 2015

Dependency Status

##Configuration

mkdir config
cd config
openssl genrsa -out ci_com.pem 2048
openssl rsa -in ci_com.pem -pubout > ci_com_pub.pem
pwgen -1 -N 1 32 > session_secret
scp polytech:/etc/{passwd,group} .

Fichier par défaut : config.js

module.exports = {
    port: 8173
};

Fichier par défaut : db.js

module.exports = {
    url: 'mongodb://localhost/ci-site'
};

Fichier par défaut : sshAuth.js

module.exports = {
    host: '', // Serveur de login. Consulter le TWiki pour plus de détails
    port: 22
};

##Mise en marche

npm install
npm install -g bower
bower install
node server.js