[OPEN-ILS-GENERAL] Can I after the fact (install) add the concerto sample data?

2016-07-13 Thread Jim Lynch
If so, is this the way to do it? perl Open-ILS/src/support-scripts/eg_db_config \ --service all \ --user --password --hostname --port \ --database --load-all-sample Or ? 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

[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.

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

2016-07-10 Thread Jim Lynch
ldconfig -n /usr/lib/apache2/modules -- Libraries have been installed in: /usr/lib/apache2/modules On 07/10/2016 07:52 AM, Jim Lynch wrote: Step 5 (trusty) of the opensrf install instructions says to: cp examples/apache_24/websockets/apache2.c

[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

[OPEN-ILS-GENERAL] Bug?

2016-07-08 Thread Jim Lynch
Is this a bug? If so, how do I go about reporting it? make -f Open-ILS/src/extras//install//Makefile.debian debian_sys_config make[2]: Entering directory `/home/ubuntu/Evergreen-ILS-2.10.5' # link the apache modules in for m in cgi expires include proxy proxy_http rewrite; do a2enmod $m; done; /

[OPEN-ILS-GENERAL] Where is Open-ILS directory?

2016-07-08 Thread Jim Lynch
I see this command in the install instructions: make -f Open-ILS/src/extras/Makefile.install But I can't find either that directory or a Makefile.install anywhere. Thanks, Jim.

[OPEN-ILS-GENERAL] Can I run the staff client on the same system as the server?

2016-07-05 Thread Jim Lynch
We're just getting started and I want to let some of the folks become familiar with things. Our network isn't yet functional so I have a Ubuntu laptop I was thinking about putting both the server and a client on to let them test. Is that a reasonable thing to do? Thanks, Jim.