Welcome
Welcome
You might have arrived here from the README at GitHub. If you need anything, please ask.
FAQ
I’ll be adding answers in here.
How do I install Rataforo?
First you need to clone our main repo.
git clone https://github.com/rurbina/rataforo.git /path/to/rataforo
Then you’ll have to make sure your perl is complete, try this:
sudo cpanm Plack
and then,
cd /path/to/rataforo
plackup rataforo.pl
If you get any missing module errors, clear them by using cpanm
, for example, if it complains about not finding File::Slurper, then you do this:
sudo cpanm File::Slurper
Finally, copy sample.db
to /path/to/rataforo/rataforo.db
and run:
rataforo-util.pl adminpwd
to reset your administrator password.
Now you should be up and running.