***************************************
* Deployit by XebiaLabs (c) 2008-2010 *
***************************************

Date ${timestamp}
Version ${project.version}
Build ${buildNumber}

1. Contents

- readme.txt - This file.
- bin/deployit-${project.version}.jar - Java Archive that contains the Deployit setup, server, command line interface, and Flex interface
- bin/deployit.cmd - Command file to start up Deployit on Windows systems
- bin/deployit.sh - Shell scripts to start up Deployit on Unix systems

2. Quick installation

- You have already successfully unzipped Deployit
- Go to the bin directory
- In a command line or terminal session start the deployit:
-- Windows: deployit.cmd
-- Unix:    deployit.sh
-- You will be asked to agree to our license and to confirm some configuration values.
- Open your web browser and point it to http://<HOST_YOU_INSTALLED_DEPLOYIT_ON>:<PORT, DEFAULT=4516>
-- Or when you enabled security go to: https://<HOST_YOU_INSTALLED_DEPLOYIT_ON>:<PORT, DEFAULT=4516> (not available in the Personal Edition)
- You successfully installed deploy it.

3. Changing the configuration

- When you want to change the configuration of the Deployit server you can launch the setup by going to the bin directory and in the command line or terminal start:
-- Windows: deployit.cmd -setup
-- Unix:    deployit.sh -setup
- Change the configuration by choosing "yes" to "An existing configuration was found. Do you want to edit it?"
- Then choose "no" to use the simple setup
- Now you can edit the following:
-- HTTP port
-- HTTP server threads
-- Database type is (HSQLDB, Oracle, DB2 or MySQL)
-- Database URL
-- Database username
-- Database password
-- Application repository (where imported applications are stored on disk)
-- Application import location (where applications can be imported from on disk)

4. Command line
- Alternatively launch the command line interface by running one of the the following commands in a terminal or cmd session:
-- Windows: deployit.cmd -cli
-- Unix:    deployit.sh -cli

5. Sources for information

For more information for Deployit you can visit:
- Manuals, Deployit Plugin API documentation - http://tech.xebialabs.com/deployit/ (use your evaluation credentials to log in)
- Forum - http://tech.xebialabs.com/forum
