trydirect / osticket

Deploy OSticket with docker-compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Deploy OSticket with docker-compose


Languages

Language:PHP 89.7%Language:JavaScript 6.1%Language:CSS 4.0%Language:Shell 0.1%Language:Perl 0.0%Language:Dockerfile 0.0%Language:Python 0.0%Language:HTML 0.0%Language:Standard ML 0.0%