Archived
1
0
This repository has been archived on 2023-08-12. You can view files and clone it, but cannot push or open issues or pull requests.
nntpchan/doc/running.md
2015-10-21 10:51:17 -04:00

40 lines
856 B
Markdown

## Running
After you have [built the daemon](build.md) and [configured the database](database.md) you can run the daemon.
check out the nntpchan repo and build the daemon if you already haven't
git clone https://github.com/majestrate/nntpchan
cd nntpchan
./build.sh
set up the daemon:
./srndv2 setup
generate admin keys, don't loose them.
./srndv2 tool keygen
add yourself as admin by adding your ``public key`` to the ``frontend`` section of ``srnd.ini``
...
[frontend]
enable=1
admin_key=yourpublickeygoeshere
... # leave the rest of the config values alone for now
run it:
./srndv2 run
Now open the browser up to http://127.0.0.1:18000/
To access the mod panel go to the [mod panel](http://127.0.0.1:18000/mod/) and use your ``private key`` to log in
Now read about [peering](feeds.md)