[OPEN-ILS-GENERAL] I can't find examples/apache_24/websockets/apache2.conf

2016-07-10 Thread Jim Lynch
Step 5 (trusty) of the opensrf install instructions says to: cp examples/apache_24/websockets/apache2.conf /etc/apache2-websockets/ But there is no examples/apache_24 directory. root@ubuntu-OptiPlex-755:/tmp/apache-websocket# ls -l examples total 24 -rw-r--r-- 1 root root 1608 Jul 10 07:42 clien

Re: [OPEN-ILS-GENERAL] I can't find examples/apache_24/websockets/apache2.conf

2016-07-10 Thread Jim Lynch
I obtained the files via git: root@ubuntu-OptiPlex-755:/tmp# git clone https://github.com/disconnect/apache-websocket Cloning into 'apache-websocket'... remote: Counting objects: 124, done. remote: Total 124 (delta 0), reused 0 (delta 0), pack-reused 124 Receiving objects: 100% (124/124), 63.59

Re: [OPEN-ILS-GENERAL] I can't find examples/apache_24/websockets/apache2.conf

2016-07-10 Thread Jason Stephenson
You should find it if you start in the OpenSRF directory extracted from the tarball: [whatever]/[OpenSRF tarball directory]/examples/apache_24/websockets/apache2.conf You need to replace the parts in [] with whatever is appropriate on your computer. Could be we should add an explicit instruction

Re: [OPEN-ILS-GENERAL] I can't find examples/apache_24/websockets/apache2.conf

2016-07-10 Thread Jason Stephenson
Did you get OpenSRF from git? It will be with the OpenSRF files and not with the Apache websocket files. On 07/10/2016 08:37 AM, Jim Lynch wrote: > I obtained the files via git: > > root@ubuntu-OptiPlex-755:/tmp# git clone > https://github.com/disconnect/apache-websocket > Cloning into 'apache-we

[OPEN-ILS-GENERAL] Hate to be a pest, but where does the "section" end?

2016-07-10 Thread Jim Lynch
In the Evergreen install document there is this statement: [NOTE] Skip this entire section if you are using an official release tarball downloaded from http://evergreen-ils.org/downloads It's not obvious to the uninformed where the section ends. Thanks, Jim.

[OPEN-ILS-GENERAL] postgres: FATAL: role "root" does not exist

2016-07-10 Thread Jim Lynch
It looks like the install of postgres went in without error by running: root@ubuntu-OptiPlex-755:~/Evergreen-ILS-2.10.5# make -f Open-ILS/src/extras/Makefile.install postgres-server-ubuntu-trusty But when I issued: root@ubuntu-OptiPlex-755:~/Evergreen-ILS-2.10.5# createuser -s -P evergreen Ente

Re: [OPEN-ILS-GENERAL] postgres: FATAL: role "root" does not exist

2016-07-10 Thread Ben Shum
The create user step from the README says to do it as the postgres user. You're attempting to run the command as the root user, hence the error message. You can switch users using something like "su postgres" -- Ben Sent from my Nexus 6 On Jul 10, 2016 11:53 AM, "Jim Lynch" wrote: > It looks l

Re: [OPEN-ILS-GENERAL] Hate to be a pest, but where does the "section" end?

2016-07-10 Thread Ben Shum
If you're reading the source file for the README, it's formatted to be generated out using Asciidoc syntax. So sections are split using the special markup language for defining various heading levels. For example, https://evergreen-ils.org/documentation/install/README_2_10.html#_optional_extra_ste