diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..d8869ae --- /dev/null +++ b/README.md | |||
@@ -0,0 +1,22 @@ | |||
1 | Installation: FreeBSD | ||
2 | ===================== | ||
3 | |||
4 | 1. install uwsgi (dependency, but really small): `pkg install uwsgi` | ||
5 | |||
6 | 2. add to `/etc/rc.conf`: | ||
7 | ``` | ||
8 | uwsgi_enable="YES" | ||
9 | uwsgi_emperor="YES" | ||
10 | uwsgi_vassals_dir="/usr/local/www/*/uwsgi.ini" | ||
11 | ``` | ||
12 | |||
13 | 3. start uwsgi `service uwsgi start` | ||
14 | |||
15 | 4. Git clone this directory under /usr/local/www/ | ||
16 | |||
17 | |||
18 | WIP | ||
19 | === | ||
20 | |||
21 | This is work in progress. Do not expect wonders or good documentation in this | ||
22 | early stage of development. | ||