Repository: stratos Updated Branches: refs/heads/4.0.0 0ad62e4c3 -> eb1f45745
fixing corrupted merge on 0ad62e4c3c6258bb645aef81cb243e360eef32aa Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/eb1f4574 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/eb1f4574 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/eb1f4574 Branch: refs/heads/4.0.0 Commit: eb1f457456f4b0243c41333e82c6539f729a12cd Parents: 0ad62e4 Author: Chris Snow <[email protected]> Authored: Tue Jul 8 20:55:44 2014 +0000 Committer: Chris Snow <[email protected]> Committed: Tue Jul 8 20:56:17 2014 +0000 ---------------------------------------------------------------------- products/stratos-cli/distribution/README.txt | 115 +--------------------- 1 file changed, 1 insertion(+), 114 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/eb1f4574/products/stratos-cli/distribution/README.txt ---------------------------------------------------------------------- diff --git a/products/stratos-cli/distribution/README.txt b/products/stratos-cli/distribution/README.txt index ec91257..6829586 100755 --- a/products/stratos-cli/distribution/README.txt +++ b/products/stratos-cli/distribution/README.txt @@ -57,7 +57,7 @@ or in the JIRA issue tracker. If you are sending an email to the mailing list make sure to add the [Apache Stratos] prefix to the subject. Mailing list subscription: - [email protected] + [email protected] Issue Tracker @@ -70,116 +70,3 @@ Jira: Thank you for using Apache Stratos! The Stratos Team -======= -================================================================================ - Apache Stratos CLI v1.0.1 -================================================================================ - -Welcome to the Apache Stratos CLI release - -The command line interface (CLI) is a powerful tool that clients can use -to communicate with Stratos services. - -The tenant can use the CLI tool on two separate modes if needed, which -are namely single command line mode and interactive mode. - -If the user executes with a command as an argument, the CLI tool -will execute that command and exit with a status code. - -However, if there is no command as an argument, the CLI tool will -enter into an interactive mode. - -A user will be able to carryout all the following functions via the -CLI, with the exception of registering tenants and viewing logs. - -The CLI tool also supports command history and auto-completing features -in the interactive mode. - -Help -================================== -usage: stratos [-debug] [-h] [-p <password>] [-trace] [-u <username>] - -debug Enable debug logging - -h,--help Display this help - -p,--password <password> Password - -trace Enable trace logging - -u,--username <username> Username - - -Available Commands: -create-tenant Add new tenant -list-autoscale-policies List available autoscale policies -subscribe-cartridge Subscribe to a cartridge -exit Exit from Stratos Client Tool -list-available-cartridges List available cartridges -help Help for commands -list-available-partitions List available partitions -deploy-cartridge Add new cartridge deployment -unsubscribe-cartridge Unsubscribe from a subscribed cartridge -list-subscribe-cartridges List subscribed cartridges with details -deploy-partition Add new partition deployment -deploy-autoscaling-policy Add new autoscaling policy deployment -deploy-deployment-policy Add new deployment policy - -Installation & Running -================================== - -1. Extract the zip and go to the extracted directory - -Add execute permission to the script in Linux. -chmod +x ./stratos.sh - -2. Export the host and port of the SC as environment variables - -Linux: -export STRATOS_URL=https://stratosmanager.apache.org:9445 - -Windows: -set STRATOS_URL=https://stratosmanager.apache.org:9445 - -3. Run the stratos.sh or stratos.bat as appropriate - -4. Export the following environment variables. - -Linux: (Add to your bashrc file) -export JAVA_HOME=/opt/jdk1.6.0_24 -export PATH=$JAVA_HOME/bin:$PATH - -Windows: (Set in System Properties) -set JAVA_HOME=C:\Java\jdk1.6.0_24 -set PATH=%JAVA_HOME%\bin;%PATH% - -4. Use the tentant username and password to login - -If you wish, you can also export your username and password as environment variables. -If you export only the username, you will be prompted to enter the password. - -Linux: -export STRATOS_USERNAME=<username> -export STRATOS_PASSWORD=<password> - -Windows: -set STRATOS_USERNAME=<username> -set STRATOS_PASSWORD=<password> - - -Support -================================== - -Any problem with this release can be reported to Apache Stratos mailing list -or in the JIRA issue tracker. If you are sending an email to the mailing -list make sure to add the [Apache Stratos] prefix to the subject. - -Mailing list subscription: - [email protected] - - -Issue Tracker -================================== - -Jira: - https://issues.apache.org/jira/browse/stratos - - -Thank you for using Apache Stratos! -The Stratos Team. -
