User Tools

Site Tools


server:svn_install

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
server:svn_install [2011/07/19 17:18] aatreserver:svn_install [2011/07/19 18:30] (current) – Moved to server:git_install aatre
Line 1: Line 1:
-====== Installing from SVN ====== 
- 
-FIXME 
- 
-Generally, you will need to follow 95% of the instructions for a normal install. 
- 
-There is a step in the normal install instructions 'compile and configure Evergreen': 
-<code bash> 
-  cd /home/opensrf/Evergreen-ILS-1.6.0.7 
-  ./configure --prefix=/openils --sysconfdir=/openils/conf 
-  make 
-</code> 
-** Don't do this!!  Instead do the following** 
- 
-Instead, you will need to install the proper python tools for building locales.  This can be done on Ubuntu using these commands: 
-<code bash> 
-sudo aptitude install translate-toolkit python-dev python-setuptools python-lxml 
-sudo easy_install polib 
-sudo easy_install simplejson 
-</code> 
- 
-Next, you should check out the desired code bits as the **opensrf** user: 
-<code bash> 
-  sudo su - opensrf 
-  cd ~ 
-  git clone git://git.evergreen-ils.org/Evergreen.git evergreen-trunk 
-</code> 
- 
-Next, make an empty build folder for your locales and prepare the pot files: 
-  cd ~/evergreen-trunk/build/i18n 
-  mkdir locale 
-  make newpot 
- 
-Next, make the desired locales.  Repeat for each locale you want: 
-  make LOCALE=en-CA install 
-  make LOCALE=fr-CA install 
-  ... 
- 
- 
-Next, you will need to download dojo and put it in your source tree: 
-  cd /tmp 
-  wget  http://download.dojotoolkit.org/release-1.3.3/dojo-release-1.3.3.tar.gz 
-  tar xvfz dojo-release-1.3.3.tar.gz 
-  cd ~/evergreen-trunk 
-  cp -r /tmp/dojo-release-1.3.3/* Open-ILS/web/js/dojo/. 
- 
-Finally, you can run the following: 
-  cd ~/evergreen-trunk 
-  ./autogen.sh 
-  ./configure --prefix=/openils --sysconfdir=/openils/conf 
-  make 
-  
-And continue on the instructions where you left off. 
  
server/svn_install.1311110314.txt.gz · Last modified: 2022/02/10 13:34 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

© 2008-2022 GPLS and others. Evergreen is open source software, freely licensed under GNU GPLv2 or later.
The Evergreen Project is a U.S. 501(c)3 non-profit organization.