You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by is...@cocoondev.org on 2005/05/28 15:53:55 UTC

[JIRA] Created: (FOR-510) Setting Environment Variables Information

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.cocoondev.org//browse/FOR-510

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: FOR-510
    Summary: Setting Environment Variables Information
       Type: Improvement

     Status: Unassigned
   Priority: Minor

    Project: Forrest
 Components: 
             Documentation and website
   Versions:
             0.6

   Assignee: 
   Reporter: Addison Berry

    Created: Sat, 28 May 2005 8:53 AM
    Updated: Sat, 28 May 2005 8:53 AM

Description:
Since we describe how to set the Forrest env variables in our docs we should make sure we have instructions for varying OS and versions.  If you know of an OS that sets variables differently than that listed in our current docs, please add it in the comments.  Make sure you state the OS and version as well as the full process to set the Forrest variables.

Current instructions (0.7)
In Unix/Linux:
change directory to the top-level of the forrest distribution and do
~/apache-forrest-0.7$ export FORREST_HOME=`pwd`
~/apache-forrest-0.7$ export PATH=$PATH:$FORREST_HOME/bin
     
In Windows:
Go to "My Computer", "Properties", "Advanced", "Environment Variables"
and add:
FORREST_HOME as C:\full\path\to\apache-forrest-0.7
PATH as %PATH%;%FORREST_HOME%\bin
     



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.cocoondev.org//secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[JIRA] Commented: (FOR-510) Setting Environment Variables Information

Posted by is...@cocoondev.org.
The following comment has been added to this issue:

     Author: Addison Berry
    Created: Sat, 28 May 2005 9:10 AM
       Body:
Export only changes the variables during that terminal session for that user.  In Ubuntu linux 5.04 (Hoary) to permanently add the variable either /etc/bash.bashrc (for all users) or ~/.bash_profile (for individual users) need to be edited.

Add these lines to the end of the file you edit.
FORREST_HOME=/full/path/to/forrest
export FORREST_HOME

PATH=$PATH:$FORREST_HOME/bin
export PATH
---------------------------------------------------------------------
View this comment:
  http://issues.cocoondev.org//browse/FOR-510?page=comments#action_12444

---------------------------------------------------------------------
View the issue:
  http://issues.cocoondev.org//browse/FOR-510

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: FOR-510
    Summary: Setting Environment Variables Information
       Type: Improvement

     Status: Unassigned
   Priority: Minor

    Project: Forrest
 Components: 
             Documentation and website
   Versions:
             0.6

   Assignee: 
   Reporter: Addison Berry

    Created: Sat, 28 May 2005 8:53 AM
    Updated: Sat, 28 May 2005 9:10 AM

Description:
Since we describe how to set the Forrest env variables in our docs we should make sure we have instructions for varying OS and versions.  If you know of an OS that sets variables differently than that listed in our current docs, please add it in the comments.  Make sure you state the OS and version as well as the full process to set the Forrest variables.

Current instructions (0.7)
In Unix/Linux:
change directory to the top-level of the forrest distribution and do
~/apache-forrest-0.7$ export FORREST_HOME=`pwd`
~/apache-forrest-0.7$ export PATH=$PATH:$FORREST_HOME/bin
     
In Windows:
Go to "My Computer", "Properties", "Advanced", "Environment Variables"
and add:
FORREST_HOME as C:\full\path\to\apache-forrest-0.7
PATH as %PATH%;%FORREST_HOME%\bin
     



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.cocoondev.org//secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[JIRA] Commented: (FOR-510) Setting Environment Variables Information

Posted by is...@cocoondev.org.
The following comment has been added to this issue:

     Author: Addison Berry
    Created: Sat, 28 May 2005 9:17 AM
       Body:
This instruction

Go to "My Computer", "Properties", "Advanced", "Environment Variables"
and add:
FORREST_HOME as C:\full\path\to\apache-forrest-0.7
PATH as %PATH%;%FORREST_HOME%\bin 

should be changed slightly for Windows XP to read:
Go to "My Computer", "Properties", "Advanced", "Environment Variables"
Create a New variable with name: FORREST_HOME value: C:\full\path\to\apache-forrest-0.7
then Edit PATH by adding ;%FORREST_HOME%\bin to the end of the current value.
---------------------------------------------------------------------
View this comment:
  http://issues.cocoondev.org//browse/FOR-510?page=comments#action_12445

---------------------------------------------------------------------
View the issue:
  http://issues.cocoondev.org//browse/FOR-510

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: FOR-510
    Summary: Setting Environment Variables Information
       Type: Improvement

     Status: Unassigned
   Priority: Minor

    Project: Forrest
 Components: 
             Documentation and website
   Versions:
             0.6

   Assignee: 
   Reporter: Addison Berry

    Created: Sat, 28 May 2005 8:53 AM
    Updated: Sat, 28 May 2005 9:17 AM

Description:
Since we describe how to set the Forrest env variables in our docs we should make sure we have instructions for varying OS and versions.  If you know of an OS that sets variables differently than that listed in our current docs, please add it in the comments.  Make sure you state the OS and version as well as the full process to set the Forrest variables.

Current instructions (0.7)
In Unix/Linux:
change directory to the top-level of the forrest distribution and do
~/apache-forrest-0.7$ export FORREST_HOME=`pwd`
~/apache-forrest-0.7$ export PATH=$PATH:$FORREST_HOME/bin
     
In Windows:
Go to "My Computer", "Properties", "Advanced", "Environment Variables"
and add:
FORREST_HOME as C:\full\path\to\apache-forrest-0.7
PATH as %PATH%;%FORREST_HOME%\bin
     



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.cocoondev.org//secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[JIRA] Updated: (FOR-510) Setting Environment Variables Information

Posted by is...@cocoondev.org.
The following issue has been updated:

    Updater: Ross Gardler (mailto:ross@saafe.org)
       Date: Fri, 3 Jun 2005 5:09 AM
    Changes:
             Fix Version changed to 0.7-dev
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.cocoondev.org//browse/FOR-510?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.cocoondev.org//browse/FOR-510

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: FOR-510
    Summary: Setting Environment Variables Information
       Type: Improvement

     Status: Unassigned
   Priority: Minor

    Project: Forrest
 Components: 
             Documentation and website
   Fix Fors:
             0.7-dev
   Versions:
             0.6

   Assignee: 
   Reporter: Addison Berry

    Created: Sat, 28 May 2005 8:53 AM
    Updated: Fri, 3 Jun 2005 5:09 AM

Description:
Since we describe how to set the Forrest env variables in our docs we should make sure we have instructions for varying OS and versions.  If you know of an OS that sets variables differently than that listed in our current docs, please add it in the comments.  Make sure you state the OS and version as well as the full process to set the Forrest variables.

Current instructions (0.7)
In Unix/Linux:
change directory to the top-level of the forrest distribution and do
~/apache-forrest-0.7$ export FORREST_HOME=`pwd`
~/apache-forrest-0.7$ export PATH=$PATH:$FORREST_HOME/bin
     
In Windows:
Go to "My Computer", "Properties", "Advanced", "Environment Variables"
and add:
FORREST_HOME as C:\full\path\to\apache-forrest-0.7
PATH as %PATH%;%FORREST_HOME%\bin
     



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.cocoondev.org//secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira