https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41167
--- Comment #11 from David Cook <[email protected]> --- Test plan: 0. sudo mkdir /opt/koha 1. sudo chown -R kohadev-koha:kohadev-koha /opt/koha 2a. perl Makefile.PL 2b. Installation mode (dev, single, standard) [standard] single 2c. Please specify the directory in which to install Koha [/var/lib/koha/kohadev/koha] /opt/koha 2d. Use defaults for the rest 3. make 4. make install 5. Update /opt/koha/etc/koha-httpd.conf to use the same ports as in /etc/apache2/sites-enabled/kohadev.conf 6. sudo a2dissite kohadev.conf 7. sudo cp /opt/koha/etc/koha-httpd.conf /etc/apache2/sites-enabled/koha-httpd.conf 8. Copy any important details (like DB details) from /etc/koha/sites/kohadev/koha-conf.xml to /opt/koha/etc/koha-conf.xml 9. Add following to VirtualHosts in /etc/apache2/sites-enabled/koha-httpd.conf <Directory "/opt/koha"> Require all granted </Directory> 10. sudo service apache2 restart 11a. Go to http://localhost:8081/cgi-bin/koha/acqui/acqui-home.pl and click "Search" in the "Search vendors" area 11b. Note the UI eventually loads 12. Enable the syspref ERMModule 13. Go to http://localhost:8081/cgi-bin/koha/mainpage.pl 14. Click on "E-resource management" 15. Note that the ERM interface eventually loads 16. Enable the syspref PreservationModule 17. Go to http://localhost:8081/cgi-bin/koha/mainpage.pl 18. Click on "Preservation" 19. Note the UI eventually loads 20. Go to http://localhost:8081/cgi-bin/koha/admin/admin-home.pl 21. Click on "Record sources" 22. Note the UI eventually loads -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
