-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.txt
49 lines (28 loc) · 875 Bytes
/
install.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
install node.js
- sudo apt-get install python-software-properties python g++ make
- sudo add-apt-repository ppa:chris-lea/node.js
- sudo apt-get update
- sudo apt-get install nodejs
install npm
- sudo apt-get install npm
setup project
- npm install
install rethinkdb
- sudo add-apt-repository ppa:rethinkdb/ppa
- sudo apt-get update
- sudo apt-get install rethinkdb
install rethinkdb (for node)
- npm install rethinkdb
view rethinkdb
- localhost:8080
install express
- npm install -g express
install nodemon (optional: to avoid restarting server when file changes are made)
- npm install -g nodemon
runserver
- nodemon app.js (or just 'node app' without nodemon)
Others
https://npmjs.org/package/connect-rethinkdb
npm install connect-rethinkdb
sudo npm install -g lazy
-this fixes something that went wrong with gedcom.js