Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 834 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 834 Bytes

Store and share your files with OpenPGP encryption on any device via HTML5

Development quick start

Install dependencies (e.g. with Macports):

sudo port install nodejs npm
cd src
npm install

Start the server:

node server.js 8888 --nossl

Installation on Ubuntu Server (tested on 12.04 LTS AMD64)

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.