Open Source Integrated Library System
 

This page is obsolete. acq-experiment branch is toast.

I built a VirtualBox Evergreen image with Acquisitions. Below is what I did:

$ apt-get install xorg xorg-dev build-essential vim linux-headers-`uname -r` subversion
$ apt-get install fluxbox # window manager of choice.  fluxbox has low memory requirements

# install VirtualBox guest additions and reboot

$ apt-get install firefox

# install Evergreen acq-experiment branch from wiki, using OpenSRF/trunk and ILS/branches/acq-experiment # add open-ils.acq to the application definitions and list of activeapps in opensrf.xml # disable OCLC Z39 source for now

$ easy_install Pylons
$ apt-get install python-libxml2 python-libxslt1 python-egenix-mxdatetime dnsmasq

# add 127.0.0.1 to /etc/resolv.conf

$ apt-get install libapache2-mod-python
evergreen=# insert into actor.workstation (name, owning_lib) values ('BR1-demo', 4);
evergreen=# insert into permission.usr_work_ou_map (usr, work_ou) values (1,4);
$ cd /openils/var/web/oilsweb;
$ cp development.ini deployment.ini
$ python setup.py develop
acq/building_vm.txt · Last modified: 2009/10/23 15:12 by jatzberger
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Debian Driven by DokuWiki

© 2008-2013 GPLS and others. Evergreen is open source software, freely licensed under GNU GPLv2 or later.
The Evergreen Project is a member of Software Freedom Conservancy.