Bashar,
Included below are the steps for installing Jetspeed.
Please let us know how it works for you
---------------------------------------------------------------------
1. checkout the source and go to the build directory
set CVSROOT=:pserver:[EMAIL PROTECTED]:/products/cvs/jetspeed
cvs login
(pass is "anon")
cvs checkout jetspeed
cd <jetspeedRoot>/build
2. build
[Win32/DOS] .\build webapp
[Win32/cygnus] bash build.sh webapp
[unix] ./build.sh webapp
3. get a servlet 2.2 runner like tomcat
http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2/bin/
4. unzip the tomcat distribution
5. copy the jetspeed WAR file to the Tomcat webapps directory
[Win32] copy <jetspeedRoot>\bin\jetspeed.war <tomcat_home>\webapps\
[Unix] cp <jetspeedRoot>/bin/jetspeed.war <tomcat_home>/webapps/
6. start Tomcat
[Win32] <tomcat_home>\bin\startup.bat
[Unix] <tomcat_home>/bin/startup.sh
7. Connect to Jetspeed
http://localhost:8080/jetspeed/
There are 2 default accounts created:
Login: turbine Password: turbine
Login: admin Password: jetspeed
7a. If you want the registration to work and you're on NT without a local
SMTP
server:
- either download a free SMTP server implementation and install it on
your
computer.
For example: http://java.apache.org/james/
- or modify the mailhost setting in
<tomcat_home>/webapps/jetspeed/WEB-INF/conf/TurbineResources.properties
---------------------------------------------------------------------
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of baasad
> Sent: Wednesday, December 13, 2000 9:39 AM
> To: [EMAIL PROTECTED]
> Subject: latest cvs help
>
>
> newbie question;
> where can I find the latest jetspeed cvs
> and how to build it after I download it on my linux machine
>
> Bashar A. Asad
> finally a freelancer :)
>
>
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Archives and Other: <http://marc.theaimsgroup.com/?l=jetspeed>
> Problems?: [EMAIL PROTECTED]
>
>
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://marc.theaimsgroup.com/?l=jetspeed>
Problems?: [EMAIL PROTECTED]