Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ports / Protocol / Node Modules #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dist/*
node_modules/*
keys/*
8 changes: 8 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ The following steps will allow you to use ChatSafe securely:

You don't have to. ChatSafe is open source software, meaning anybody can
<a href="https://github.com/DavidTimms/ChatSafe">view the source code</a>, so you can check that it does what I say it does.

##Quickstart

```
git clone <REPO>
cd ChatSafe
npm install
```

##SSL connection

Expand Down
2 changes: 0 additions & 2 deletions gitignore.gitignore

This file was deleted.

3 changes: 3 additions & 0 deletions keys/README.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This content of this folder should never be included in version control for security reasons.

You will need include your own ssl keys / cert see [SSL CONNECTION](../README.markdown#ssl-connection)
15 changes: 0 additions & 15 deletions node_modules/.bin/express

This file was deleted.

5 changes: 0 additions & 5 deletions node_modules/.bin/express.cmd

This file was deleted.

15 changes: 0 additions & 15 deletions node_modules/.bin/handlebars

This file was deleted.

5 changes: 0 additions & 5 deletions node_modules/.bin/handlebars.cmd

This file was deleted.

9 changes: 0 additions & 9 deletions node_modules/express/.npmignore

This file was deleted.

4 changes: 0 additions & 4 deletions node_modules/express/.travis.yml

This file was deleted.

Loading