aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: d8869aebfce44500447089c7d392a7a694f50534 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Installation: FreeBSD
=====================

1. install uwsgi (dependency, but really small): `pkg install uwsgi`

2. add to `/etc/rc.conf`:
   ```
   uwsgi_enable="YES"
   uwsgi_emperor="YES"
   uwsgi_vassals_dir="/usr/local/www/*/uwsgi.ini"
   ```

3. start uwsgi `service uwsgi start`

4. Git clone this directory under /usr/local/www/


WIP
===

This is work in progress. Do not expect wonders or good documentation in this
early stage of development.
..