acq:building_vm
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| acq:building_vm [2008/06/23 19:25] – notes on my virtualbox acq image erickson | acq:building_vm [2022/02/10 13:34] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | **This page is obsolete. | ||
| + | I built a [[http:// | ||
| + | |||
| + | < | ||
| + | $ apt-get install xorg xorg-dev build-essential vim linux-headers-`uname -r` subversion | ||
| + | $ apt-get install fluxbox # window manager of choice. | ||
| + | </ | ||
| + | # install VirtualBox guest additions and reboot | ||
| + | < | ||
| + | $ apt-get install firefox | ||
| + | </ | ||
| + | # install Evergreen acq-experiment branch from wiki, using OpenSRF/ | ||
| + | # 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 / | ||
| + | < | ||
| + | $ apt-get install libapache2-mod-python | ||
| + | </ | ||
| + | * get [[http:// | ||
| + | * note there is a package manager version of wsgy.py, but it's relatively new and i haven' | ||
| + | < | ||
| + | evergreen=# insert into actor.workstation (name, owning_lib) values (' | ||
| + | evergreen=# insert into permission.usr_work_ou_map (usr, work_ou) values (1,4); | ||
| + | $ cd / | ||
| + | $ cp development.ini deployment.ini | ||
| + | $ python setup.py develop | ||
| + | </ | ||
| + | * edit deployment.ini: | ||
| + | * uncomment oils_demo_* settings and change demo-admin to admin, and password to open-ils | ||
| + | * change oils_added_content_prefix to use localhost | ||
| + | * add use_mod_python = 1 | ||
| + | * uncomment set debug = false | ||
| + | * Add the following to eg_vhost.conf (or Include this file) [[http:// | ||
| + | * grab dojo from http:// | ||
| + | * unpack and put dojo, dijit, and dojox into / | ||
| + | * Add some bib data (*cough*) | ||
| + | * Go to http:// | ||