[OPEN-ILS-GENERAL] Evergreen installation
Blake Henderson
blake at mobiusconsortium.org
Fri Oct 9 11:33:36 EDT 2015
Rigoberto,
I'll share my routine for (re)starting all the services:
sudo su -
/etc/init.d/apache2 graceful-stop
su - opensrf
osrf_control --localhost --stop-all
exit
ps -ef | grep OpenSRF | grep -v apache | grep -v grep | awk '{print $2}'
| xargs kill -9
su - opensrf
osrf_control --localhost --start-all
exit
/etc/init.d/apache2 restart
/etc/init.d/apache2-websockets restart
tail -f /openils/var/log/*log
-Blake-
Conducting Magic
MOBIUS
573-234-4513
877-312-3517
On 10/9/2015 10:29 AM, Rigoberto Rodriguez wrote:
> Hi Rogan,
> I have some progress so far in my first installation of Evergreen thanks
> to you and the open-ils group help. After the installation everything works; I can open the
> site on the browser and I can use the staff client as well. However, after
> restarting the computer I get '500 Internal server error'. As I mentioned before I am using
> the scripts from 'berick/phasefx/stompro' on Debian Jessie at
> http://wiki.evergreen-ils.org/doku.php?id=server_installation:semi_automated.
>
> Any suggestion to point me on where to look at?
>
> Thanks,
> Rigoberto
>
>
>
>
> On Wed, 2015-09-30 at 22:19 -0400, Rogan Hamby wrote:
>> The easiest thing is to build the staff client. The path will vary
>> based on your installation but it will be something like
>>
>>
>> /home/opensrf/Evergreen/Open-ILS/xul/staff_client
>>
>>
>> and run
>>
>>
>> make linux64-client
>>
>>
>> Then you can execute the staff client by running the xulrunner-bin and
>> passing it the application.ini
>>
>>
>>
>>
>>
>> On Wed, Sep 30, 2015 at 10:12 PM, Rigoberto Rodriguez
>> <rrodriguez at bibdata.com> wrote:
>> Hi everyone,
>> I have just installed Evergreen running the script from
>> 'berick/phasefx/stompro' on Debian Jessie. I am having
>> problems finding
>> the version of this installation to then find the appropriate
>> staff
>> client. Any help will be greatly appreciated.
>>
>> Thanks,
>>
>> Rigoberto
>>
>>
>>
>>
>>
>> --
>>
>> Rogan Hamby, MLS, CCNP, MIA
>> Managers Headquarters Library and Reference Services,
>> York County Library System
>>
>>
>> “You can never get a cup of tea large enough or a book long enough to
>> suit me.”
>> ― C.S. Lewis
>
>
More information about the Open-ils-general
mailing list