Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
Moving install-from to the scripts directory
Browse files Browse the repository at this point in the history
  • Loading branch information
timf committed Oct 14, 2010
1 parent 43149cb commit eda7cdc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
14 changes: 5 additions & 9 deletions README.mkd
Expand Up @@ -17,17 +17,13 @@ Run this command to build, install, and configure Nimbus to a specified path:


./install /path/to/destination ./install /path/to/destination


NOTE: This is an interactive program, you will be asked a few questions at Note: This is an interactive program, you will be asked a few questions at
the end. the end.

Run this command to do the same thing but use a previously installed Nimbus
service as the basis for the configuration of the new one.

./install-from /path/to/old/install /path/to/destination


NOTE: 1) This will only work if the old install is Nimbus 2.5 or higher. To upgrade from an existing Nimbus installation, visit the current upgrade
2) The old installation needs to be taken offline first and no VMs guide to learn how to use the install-from command.
should be running.
http://www.nimbusproject.org/docs/current/admin/upgrading.html


Advanced users may also want to build and deploy to an existing GT4.0 Advanced users may also want to build and deploy to an existing GT4.0
container. Refer to the readme and scripts in the `scripts/` directory container. Refer to the readme and scripts in the `scripts/` directory
Expand Down
2 changes: 1 addition & 1 deletion install-from → scripts/install-from
Expand Up @@ -4,7 +4,7 @@ FORCE_FRESH_INSTALL="yes"


START_DIR=`pwd` START_DIR=`pwd`


NIMBUS_SRC_REL="`dirname $0`" NIMBUS_SRC_REL="`dirname $0`/.."
NIMBUS_SRC=`cd $NIMBUS_SRC_REL; pwd` NIMBUS_SRC=`cd $NIMBUS_SRC_REL; pwd`


function usagetxt { function usagetxt {
Expand Down

0 comments on commit eda7cdc

Please sign in to comment.