User Tools

Site Tools


server_installation:debian_gentoo_ubuntu_prerequisites_makefile

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
server_installation:debian_gentoo_ubuntu_prerequisites_makefile [2008/07/28 16:25] – Update to 10163 of Makefile.install dbsserver_installation:debian_gentoo_ubuntu_prerequisites_makefile [2022/02/10 13:34] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +======Debian Etch, Gentoo, and Ubuntu Gutsy prerequisites installer Makefile======
 +
 +  - Update and upgrade the list of available system packages:<code bash>
 +# Debian update command (as root user)
 +apt-get update
 +apt-get upgrade
 +
 +# Ubuntu update command
 +sudo apt-get update
 +sudo apt-get upgrade
 +</code>
 +  - Once all of the packages have been upgraded, you will probably want to reboot your system.
 +  - (On Debian Etch only): the default version of PostgreSQL is 7.4, which can result in conflicts with Evergreen's required version of PostgreSQL (8.1 or higher). They can coexist on the same system, but port numbers change and commands can get confusing. If this is a dedicated Evergreen server, there will be no dependencies on PostgreSQL 7.4, so you can ensure the old version of PostgreSQL is no longer installed by running the following command as root:<code bash>
 +# Debian only
 +apt-get remove postgresql-7.4
 +</code>
 +  - Install ''wget'' and the essential build packages on Debian and Ubuntu using the following command:<code bash>
 +# Debian install command (as root user)
 +apt-get install wget make
 +
 +# Ubuntu install command
 +sudo apt-get install wget make
 +</code>
 +  - Download the [[http://svn.open-ils.org/trac/ILS/export/10741/trunk/Open-ILS/src/extras/Makefile.install|Debian Etch and Gentoo prerequisites installer makefile]] for OpenSRF 0.9 / Evergreen 1.2. In a terminal window, run the following command (using the updated link, if applicable):<code bash>
 +wget http://svn.open-ils.org/trac/ILS/export/10741/trunk/Open-ILS/src/extras/Makefile.install
 +</code> 
 +  - Run the Makefile with the following command:<code bash>
 +# Debian install command (as root user)
 +make -f Makefile.install debian
 +
 +# Ubuntu make command
 +sudo make -f Makefile.install ubuntu</code> 
 +    - You will be prompted for CPAN configuration; just press ''<return>'' for all of the prompts, except for the country configuration. 
 +    - You may receive a warning that ''libmarc-record-perl'' cannot be validated. That's okay. Press ''Y'' to install the package without verification.
  

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.