- Homepage: http://safewith.me
- FAQ: https://github.com/tanx/SafeWith.me/wiki/FAQ
- Powered by: http://openpgpjs.org
Install dependencies (e.g. with Macports):
sudo port install nodejs npm
cd src
npm install
Start the server:
node server.js 8888 --nossl
Install dependencies
sudo apt-get install nodejs npm
Add your ssl certificate files:
cd SafeWith.me #git repo root
mkdir ssl
cp ssl.crt ssl.key sub.class1.server.ca.pem cp.pem ssl/
Install the server daemon (including upstart and monit scripts):
make ubuntu-install
The service should now be available at https://localhost:8888 and start automatically on reboot.