add clarifications
This commit is contained in:
parent
8dc4667666
commit
7051da0e91
@ -1,8 +1,7 @@
|
|||||||
|
|
||||||
Postgres on Debian:
|
Postgres on Debian (as root)
|
||||||
|
|
||||||
|
# install as root
|
||||||
# install
|
|
||||||
apt-get install --no-install-recommends postgresql postgresql-client
|
apt-get install --no-install-recommends postgresql postgresql-client
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,17 +3,19 @@
|
|||||||
After you have [built the daemon](build.md) and [configured the database](database.md) you can run the daemon.
|
After you have [built the daemon](build.md) and [configured the database](database.md) you can run the daemon.
|
||||||
|
|
||||||
|
|
||||||
check out the nntpchan repo
|
check out the nntpchan repo and build the daemon if you already haven't
|
||||||
|
|
||||||
git clone https://github.com/majestrate/nntpchan
|
git clone https://github.com/majestrate/nntpchan
|
||||||
|
cd nntpchan
|
||||||
|
./build.sh
|
||||||
|
|
||||||
set up the daemon:
|
set up the daemon:
|
||||||
|
|
||||||
srndv2 setup
|
./srndv2 setup
|
||||||
|
|
||||||
generate admin keys, don't loose them.
|
generate admin keys, don't loose them.
|
||||||
|
|
||||||
srndv2 tool keygen
|
./srndv2 tool keygen
|
||||||
|
|
||||||
add yourself as admin by adding your ``public key`` to the ``frontend`` section of ``srnd.ini``
|
add yourself as admin by adding your ``public key`` to the ``frontend`` section of ``srnd.ini``
|
||||||
|
|
||||||
@ -27,7 +29,7 @@ add yourself as admin by adding your ``public key`` to the ``frontend`` section
|
|||||||
|
|
||||||
run it:
|
run it:
|
||||||
|
|
||||||
srndv2 run
|
./srndv2 run
|
||||||
|
|
||||||
|
|
||||||
Now open the browser up to http://127.0.0.1:18000/
|
Now open the browser up to http://127.0.0.1:18000/
|
||||||
|
Reference in New Issue
Block a user