http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9316
Martin Renvoize <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize@ptfs-europe | |.com --- Comment #5 from Martin Renvoize <[email protected]> --- A few notes so far: I'm doing my initial testing on a comletely clean install of Debian Stable. I'm also working through it as a dev type install 1. /home/koha/koha-dev/var/run/plack is not created during make install, therefore the make issues the error: chmod: cannot access '/home/koha/koha-dev/var/run/plack' - I created this directory manual an re-ran the make install.. no other errors were reported. 2. I noticed that koha-httpd.conf is still created (along with koha-nginx.conf) under koha-dev/etc/.. should this be the case still for nginx configurations? 3. The two scripts created under /koha-dev/bin are not created with executable permission like the rest of the scripts within that directory? (koha-plack.sh and koha.psgi) After correcting the above simple problems and symlinking the koha-nginx.conf to /etc/nginx/site-enabled and restarting nginx. 4. Attempting to run 'sudo /etc/init.d/koha-plack.sh start' results in the following error: Starting Koha Plack Daemon /etc/init.d/koha-plack: 72: [[: not found /etc/init.d/koha-plack: 72: starman: not found At this point I stopped. Great start on the work, but for me it's not yet working.. I'm reminding myself how plack is meant to work now and will report back if/when I get further. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
