Installation Instructions
These are the instructions for installing Qublog only include from source. More installation options are coming.
From Source
First, you need to get a copy of the source. See the Download page for more information.
Once you have it downloaded, you will need to install all the prerequisites. These instructions should work on Mac OS X, Linux, and most other flavors of Unix. Open a terminal and “cd” into the directory containing the source.
Then, run:
perl Makefile.PL
Look fro lines that look like:
Warning: prerequisite Foo::Bar 0 not found.
For each, you will need to install the modules, which can be done by running:
sudo cpan Foo::Bar
Hopefully, you won’t have problems installing the modules and dependencies, but you probably will. I’m working on a better way to install, but this is it for now.
Once you have all the prerequisites installed (run perl Makefile.PL again to check). You can now run:
bin/jifty server
This will start the Qublog server on port 8888. You can then connect by going to your browser and entering:
http://localhost:8888
into the location bar. If everything has gone well, you should be ready to go at this point.
No TrackBacks
TrackBack URL: http://qublog.net/mt/mt-tb.cgi/608

Leave a comment