You need to disable the default apache website. >From memory (I'm not in front of my computer with a copy of Koha on it at the moment): - sudo a2dissite default (or whatever it is listed at under /etc/apache2/sites-enabled; it should also show a site configuration file for the instance you created) - sudo /etc/init.d/apache2 restart
Will check when I get home, unless someone else answers in the meantime. The above assumes you are using Debian 7. The database is empty because you haven't gone through the web-based installer yet, but to do that you need to access the site... On 12 March 2015 at 17:02, etaisil ineseliam <[email protected]> wrote: > I have installed koha using instance name library, but when i try to browse > to its IP it shows this > > It works! > > This is the default web page for this server. > > The web server software is running but no content has been added, yet. > > and when I look at the database, the my library instance does not have any > tables in it. Please can you show me what Im doing wrong here! thanks in > advance. > > mysql> show databases; > +--------------------+ > | Database | > +--------------------+ > | information_schema | > | koha_library | > | koha_library1 | > | mysql | > | performance_schema | > +--------------------+ > 5 rows in set (0.00 sec) > > mysql> use koha_library; > Database changed > mysql> show tables; > Empty set (0.00 sec) > _______________________________________________ > Koha mailing list http://koha-community.org > [email protected] > http://lists.katipo.co.nz/mailman/listinfo/koha > -- David Nind | [email protected] PO Box 12367, Thorndon, Wellington, New Zealand 6144 m. +64 21 0537 847 | w. +64 4 8906 098 _______________________________________________ Koha mailing list http://koha-community.org [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha

