Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
project-open-3.2-1-rhel5-rpms.tar | 2007-06-13 | 31.0 MB | |
README.ProjectOpen.RPM-3.2-1 | 2007-06-01 | 3.7 kB | |
project-open-3.2-1-rhel4-rpms.tar | 2007-06-01 | 30.3 MB | |
project-open-3.2-1-os102-rpms.tar | 2007-06-01 | 27.1 MB | |
project-open-3.2-1-fc6-rpms.tar | 2007-06-01 | 31.2 MB | |
project-open-3.2.10.1.code-update.tar | 2007-05-04 | 16.6 MB | |
project-open-3.2-1.rhel4.src.rpm | 2007-05-04 | 25.7 MB | |
project-open-3.2-1.rhel4.noarch.rpm | 2007-05-04 | 26.9 MB | |
project-open-3.2-1.os102.noarch.rpm | 2007-05-04 | 24.2 MB | |
project-open-3.2-1.fc6.noarch.rpm | 2007-05-04 | 27.7 MB | |
project-open-rpms-3.2.beta4.suse.tar | 2007-03-05 | 26.8 MB | |
project-open-rpms-3.2.beta4.rhel.tar | 2007-03-05 | 30.2 MB | |
project-open-rpms-3.2.beta4.fc6.tar | 2007-03-05 | 31.1 MB | |
project-open.README_VM.3-2-Beta3.txt | 2006-12-09 | 9.2 kB | |
project-open.LICENSE_VM.3-2-Beta3.txt | 2006-12-09 | 966 Bytes | |
project-open-v32Beta2.README.txt | 2006-11-27 | 8.6 kB | |
pcdev32.v32.beta1.tar.bz2 | 2006-07-25 | 32.1 MB | |
Totals: 17 Items | 360.9 MB | 1 |
]project-open[ RPMs Christof Damian <christof.damian@project-open.com> Copyright (c) 2007 ]project-open[ This are the ]project-open[ Linux RPMs. This document describes what the RPMs do and how to use them. ______________________________________________________________________ 0. About the RPMs Copyright (c) 2007 ]project-open[ Christof Damian <christof.damian@project-open.com> Copyright (c) 2007 ]project-open[ http://www.project-open.org/ Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation. A copy of the license is available at http://www.gnu.org/copyleft/fdl.html. Please see LICENSE.ProjectOpen in the doc directory for details about the licensing of the contained software. ______________________________________________________________________ 1. Prerequisites: The RPMs are currently tested only on OpenSuse 10.2, Fedora Core 6 and CentOS 4.4 it need the postgres database version included in the distribution. You will also need ImageMagick, which should also included in your distribution. And graphviz, which does seem to come with Suse. For CentOS/RHEL you can find a RPM here: http://dag.wieers.com/rpm/packages/graphviz/ ______________________________________________________________________ 2. List of RPMs The following RPMs are packaged by ]project-open[ and are all needed for the full install: aolserver 4.5.0 aolserver aolserver-tcl 8.4.14 a threaded version of tcl for the aolserver tDOM 0.8.0 aolserver XML DOM module nssha1 0.1 aolserver module nspostgres 4.0 aolserver postgres db module nscache 1.5 aolserver module project-open 3.2 project-open install You can find all of these in the download area on sourceforge. There is one tar file which contains all of these for each supported distribution. You can identify the files for you distribution by the extension: rhel4: CentOS 4 or Red Hat Enterprise Linux 4 os102: OpenSuse 10.2 fc6: Fedora Core 6 The source RPMS are the same for all distributions, that is why only the rhel4 version is provided. sourceforge url: https://sourceforge.net/project/showfiles.php?group_id=86419 ______________________________________________________________________ 3. What the ]project-open[ RPMs install The aolserver, aolserver modules and aolserver-tcl are installed under /usr/local/aolserver For project-open a new user and group named 'projop' is created and the software is installed in /home/projop . A new database user and a database named 'projop' is created and a database dump read in. You can find this dump also in /home/projop. ______________________________________________________________________ 4. Installation and Usage You install all the packages by unpacking them with tar like this: tar xvf project-open-3.2-*-rpms.tar This will create a directory with the rpms, which you install all with rpm -Uvh project-open-3.2-*/*.rpm You start project-open like this su -l projop -c "/usr/local/aolserver/bin/nsd -i -t etc/config.tcl" You probably want to add something like that to your inittab, daemontools or init scripts ______________________________________________________________________ 5. Upgrade and Removal IMPORTANT: If you remove the project-open RPM the user, his directory and the database will be removed. So don't do that unless you want to LOSE ALL YOUR DATA. On upgrade the tcl files will be replaced, but the database will be left untouched.