[Koha-bugs] [Bug 9316] Add Nginx install options with plack

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 2 18:42:19 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9316

Martin Renvoize <martin.renvoize at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |martin.renvoize at ptfs-europe
                   |                            |.com

--- Comment #5 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
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.


More information about the Koha-bugs mailing list