Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Railo Installation Script for Ubuntu

## What is this script do?
##1. What is this script do?
The Railo installation script for Ubuntu is a single script that can be executed on a Ubuntu Server to download, install and configure the following software with minimal user interaction:

* Ubuntu Server
Expand All @@ -13,15 +13,15 @@ The Railo installation script for Ubuntu is a single script that can be executed
* Tomcat 7.0.26
* Railo 3.3.1.000

## The Latest Version
##2. The Latest Version
The latest version of this script can always be found at the Github project page which is located at [https://github.com/talltroym/Railo-Ubuntu-Installer-Script](https://github.com/tdm00/Railo-Ubuntu-Installer-Script)

Details of the latest version can be found on the Apache HTTP server project page under [http://httpd.apache.org/](http://httpd.apache.org/)

## Documentation
##3. Documentation
The file serves as the current central documentation for this script file.

## Installation
##4. Installation
Once your Ubuntu Server is running, copy this file to the server
using one of the following methods:

Expand All @@ -46,5 +46,5 @@ Last, execute the script by typing:

Once this script has completed, you should have a running copy of Railo on your system. Open your Internet browser and point to the servers IP address or DNS name and you should see the sample CFML page with the current date and time.

## Licensing
##5. Licensing
This script is licensed under the Apache License, Version 2.0. You can read this license at [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)