Skip to content

trydirect/osticket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

182a655 · Oct 15, 2019

History

9 Commits
Jun 14, 2019
Jun 17, 2019
Jun 13, 2019
Jun 14, 2019
Oct 15, 2019
Jun 14, 2019

Repository files navigation

Build Status Docker Stars Docker Pulls Docker Automated Docker Build Gitter chat

osTicket development template.

osTicket development template - project generator/development environment. Can be used by PHP developers to start quickly on development osTicket modules. This stack allows you to setup development environment in a single docker-compose command

Stack includes

  • Ubuntu 18.04 docker image
  • PHP 7.2-FPM,
  • osTicket
  • NGINX
  • MySQL 5.7
  • memcache (disabled by default)

Note

Before installing this project, please, make sure you have installed docker and docker-compose

To install docker execute:

$ curl -fsSL https://get.docker.com -o get-docker.sh
$ sh get-docker.sh
$ pip install docker-compose

Installation

Clone this project into your work directory:

$ git clone https://github.com/trydirect/osticket.git

Post installation

At the last step please run following command.

./post_install.sh    #this will remove setup directory and set permissions on config file.

Finally you have to re-login to get rid of osTicket secuirty alert message.

Quick deployment to cloud

Amazon AWS, Digital Ocean, Hetzner and others

Contributing

  1. Fork it (https://github.com/trydirect/osticket/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Support Development

Donate