Skip to content
Snippets Groups Projects
Commit a65c0406 authored by Jared Hancock's avatar Jared Hancock
Browse files

Change installation instructions to use git clone

parent 8f3a75cd
Branches
Tags
No related merge requests found
...@@ -18,10 +18,21 @@ easy to setup and use. The best part is, it's completely free. ...@@ -18,10 +18,21 @@ easy to setup and use. The best part is, it's completely free.
Installation Installation
------------ ------------
Download the osTicket now supports bleeding-edge installations. The easiest way to
[source](./zipball/master) from install the software and track updates is to clone the public repository.
the GitHub page. Follow the instructions for installation on the osTicket Create a folder on you web server (using whatever method makes sense for
[wiki](http://osticket.com/wiki/Installation). you) and cd into it. Then clone the repository (the folder must be empty!):
git clone https://github.com/osTicket/osTicket-1.7 .
osTicket uses the git flow development model, so you’ll need to switch to
the develop branch in order to see the bleeding-edge feature additions.
git checkout develop
Follow the usual install instructions (beginning from Manual Installation
above), except, don't delete the setup/ folder. For this reason, such an
installation is not recommended for a public-facing support system.
Help Help
---- ----
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment