install koha-common debian 6
greetings, someone can help me with the installation of koha on debian 6, I do not understand how to open koha after installing it, I read the readme.
After installation you login at your server's IP, or hostname at port 8080. Eg., http://myhostname-or-IPaddress:8080 . In my case, I can use the IP or just http://localhost:8080 ( if in front of the server ). If it's not working, check your hosts file and Apache configs. The username and password can be found by grepping the config file located in /etc/koha/sites/<name of your site>/koha-conf.xml. Easiest way might be to do something like: grep -r -B 2 "<pass>" /etc/koha/ ( recursively search the /etc/koha/ directory for the <pass> xml entry and show the two lines *before* the match. ) You'll see the results in xml format, look for the results from the aforementioned koha-conf.xml file. Of course, you could just open the file and look for the <user></user> <pass></pass> entries. Hope this helps! Chad PS: Our Go-Live date with Koha is early January! On Thu, Nov 17, 2011 at 09:46:56AM -0500, Ricardo Mendoza wrote:
greetings, someone can help me with the installation of koha on debian 6, I do not understand how to open koha after installing it, I read the readme.
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- Chad Roseburg Automation Dept. North Central Regional Library office: 509-663-1117 x.134
hi,this is what you get when you enter the command. as changing the port??. /etc/koha/sites/atenas/koha-conf.xml- <port>3306</port> /etc/koha/sites/atenas/koha-conf.xml- <user>koha_atenas</user> /etc/koha/sites/atenas/koha-conf.xml: <pass>ucheivik</pass> -- /etc/koha/sites/stmonica/koha-conf.xml- <port>3306</port> /etc/koha/sites/stmonica/koha-conf.xml- <user>koha_stmonica</user> /etc/koha/sites/stmonica/koha-conf.xml: <pass>eikiulie</pass> thanks for the help
I really hope you change these passwords right away. Chris 2011/11/19 Ricardo Mendoza <pgsqlcol@gmail.com>:
hi,this is what you get when you enter the command. as changing the port??.
/etc/koha/sites/atenas/koha-conf.xml- <port>3306</port> /etc/koha/sites/atenas/koha-conf.xml- <user>koha_atenas</user> /etc/koha/sites/atenas/koha-conf.xml: <pass>ucheivik</pass> -- /etc/koha/sites/stmonica/koha-conf.xml- <port>3306</port> /etc/koha/sites/stmonica/koha-conf.xml- <user>koha_stmonica</user> /etc/koha/sites/stmonica/koha-conf.xml: <pass>eikiulie</pass>
thanks for the help
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (3)
-
Automation -
Chris Cormack -
Ricardo Mendoza