blob: a18ff7403412ba5fb325b0b37f8eac42f4fed552 (
plain)
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
|
vvalls
======
```
+------+ +------+ +------+ +------+ +------+
|`. `. |\ \ | | / /| .' .'|
| `+------+ | +------+ +------+ +------+ | +------+' |
| | | | | | | | | | | | | |
+ | | + | | | | | | + | | +
`. | | \| | | | | |/ | | .'
`+------+ +------+ +------+ +------+ +------+'
.+------+ +------+ +------+ +------+ +------+.
.' .'| / /| | | |\ \ |`. `.
+------+' | +------+ | +------+ | +------+ | `+------+
| | | | | | | | | | | | | |
| | + | | + | | + | | + | |
| | .' | |/ | | \| | `. | |
+------+' +------+ +------+ +------+ `+------+
```
Installing VValls
=================
1) Install mongodb, nodejs, npm (probably comes with node) and bower
2) `git clone git@github.com:julescarbon/vvalls.git`
3) `cd vvalls ; git checkout subscriptions`
4) `npm install`
5) `bower install`
6) Copy and edit the config: `cp config.json.example config.json`
7) Copy and edit the env file, which contains S3 keys: `cp env-sample .env`
7) Start the mongod server (if it isn't running already)
8) `node server`
Server will be running on http://lvh.me:3000/
To give yourself superuser access, visit http://lvh.me:3000/staff/authorize (development mode only)
|