Hi to all i install koha 3 beta 2 on debian sarge 4.0 r3 etch I follow the installation guide to install koha and everything is default setting: 1. perl Makefile.PL (you will be prompted to answer a number of questions) 2. make 3.(optional) make test 4. sudo make install 5. sudo ln -s /etc/koha/koha-httpd.conf /etc/apache2/sites-available/koha (note that the path to koha-httpd.conf may be different depending on your installation choices) 6. sudo a2enmod rewrite 7. sudo a2ensite koha && /etc/init.d/apache2 reload 8. sudo zebrasrv -f /etc/koha/koha-conf.xml (note that you will want to run Zebra in daemon mode for a production system) 9. Browse to http://servername:8080 step 9 did not get any connect and i get error : “servername” refused the connection. The server may be busy or you may have a network connection problem. Try again later. please help me thnks _________________________________________________________________ Explore the seven wonders of the world http://search.msn.com/results.aspx?q=7+wonders+world&mkt=en-US&form=QBRE
You are supposed to replace "servername" with the name of your server. If that doesn't work, be sure to follow all of the instructions in the "INSTALL.debian" file, as it is much more comprehensive than the regular instructions. --Michael Walkre -----Original Message----- From: koha-bounces@lists.katipo.co.nz [mailto:koha-bounces@lists.katipo.co.nz] On Behalf Of mohamed megahed Sent: Wednesday, June 18, 2008 3:15 PM To: koha@lists.katipo.co.nz Subject: [Koha] Koha3 beta 2 on debian Hi to all i install koha 3 beta 2 on debian sarge 4.0 r3 etch I follow the installation guide to install koha and everything is default setting: 1. perl Makefile.PL (you will be prompted to answer a number of questions) 2. make 3.(optional) make test 4. sudo make install 5. sudo ln -s /etc/koha/koha-httpd.conf /etc/apache2/sites-available/koha (note that the path to koha-httpd.conf may be different depending on your installation choices) 6. sudo a2enmod rewrite 7. sudo a2ensite koha && /etc/init.d/apache2 reload 8. sudo zebrasrv -f /etc/koha/koha-conf.xml (note that you will want to run Zebra in daemon mode for a production system) 9. Browse to http://servername:8080 step 9 did not get any connect and i get error : "servername" refused the connection. The server may be busy or you may have a network connection problem. Try again later. please help me thnks _________________________________________________________________ Explore the seven wonders of the world http://search.msn.com/results.aspx?q=7+wonders+world&mkt=en-US&form=QBRE _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Use your server's real DNS name, not "servername" (that's just an example). This should correspond with the name in your Apache configs and of course, in your local DNS. --Joe 2008/6/18 mohamed megahed <mr_megahed@hotmail.com>:
Hi to all i install koha 3 beta 2 on debian sarge 4.0 r3 etch
I follow the installation guide to install koha and everything is default setting:
1. perl Makefile.PL (you will be prompted to answer a number of questions) 2. make 3.(optional) make test 4. sudo make install 5. sudo ln -s /etc/koha/koha-httpd.conf /etc/apache2/sites-available/koha (note that the path to koha-httpd.conf may be different depending on your installation choices) 6. sudo a2enmod rewrite 7. sudo a2ensite koha && /etc/init.d/apache2 reload 8. sudo zebrasrv -f /etc/koha/koha-conf.xml (note that you will want to run Zebra in daemon mode for a production system) 9. Browse to http://servername:8080
step 9 did not get any connect and i get error : "servername" refused the connection. The server may be busy or you may have a network connection problem. Try again later.
participants (3)
-
Joe Atzberger -
mohamed megahed -
Walker, Michael