NOTE: Absolutely not bugfree, but good enough for testing, if you really want to
rnfssp
is a web application built on top of Yesod. Features include
- Maintainers' blog.
- Media shares.
- Imageboard-style forum for users.
- Real-time chat.
rnfssp
is designed to be used with PostgreSQL, and uses a few custom queries
(for now, to search the media database).
Install the postgresql package your distro provides and setup an account for
rnfssp
.
# pacman -S postgresql
TODO TODO TODO
- Clone the repo.
- Run
cabal install
in the root. - Setup files
config/postgresql.yml
andconfig/settings.yml
- run the binary
rnfssp Production
- The mpd section fails with 500 if mpd is not started
- section filepaths (at least Film,SingleSourc?) need to be absolute. Symbolic links don't work.
by Fontello, http://fontello.com. Configuration in the repo.
git should not track changes to configs/postgresql.yml, as
git update-index --assume-unchanged config/postgresql.yml