From 90197b2b66594b50edc53d71ee11ab4b938f8498 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Sun, 23 Mar 2014 16:22:07 -0400 Subject: [PATCH] Created README for hesk-ui branch --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..0f4ce45a --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +

hesk-ui

+ +This branch contains all files modified from the base version of HESK to become HESK UI, a clean user interface for HESK v2.5.3 + +

Download

+ +You can download this tweak via two ways: + +
    +
  1. Stable Releases: Releases that have a release tag associated with a commit are considered releases. You can click on "releases" on the top of the repo, and then click "zip" or "tar.gz" to download the repo at that stage.
  2. +
  3. Bleeding-edge Releases: You can also download the latest, bleeding-edge version of HESK UI by simply clicking "download as zip" to the right of the repository. This will download an exact copy of this branch in its current state, which may be contain bugs/other issues. This is not recommended for a production use.
  4. +
+ +

Installation

+ +
    +
  1. Download HESK from http://www.hesk.com/download.php.
  2. +
  3. Extract the contents of HESK to a directory of your choice.
  4. +
  5. Download HESK UI from one of the two methods described above.
  6. +
  7. Copy and paste the contents of the zip/tar.gz bundle and overwrite any files in the original HESK 2.5.3 folder.
  8. +
  9. Upload the resulting folder to your webserver.
  10. +
+

Please consult the official HESK Documentation on how to install HESK, as it is the same for both HESK and HESK UI.