How do I get an instance of askbot working on Fedora?
I have just installed askbot on Fedora 18 using the command,
sudo yum install askbot
And have restarted Apache with
sudo service httpd restart
And apache is working perfectly, (the testpage shows at http://localhost/)
However, where does the default configuration of askbot put the askbot URL? From what i can gather from the config files, a sqlite database is used by default, but i cant seem to be able to access my local instance of askbot.
Is there any further configuration that i need to set up? Do I need to start the askbot server?