Este projeto contém as especificações básicas para executar uma instância padrão do osTicket em português do Brasil em um ambiente Docker. Além da construção inicial do Docker, há uma segunda etapa de configuração via interface gráfica que requer um servidor de banco de dados MySQL ou MariaDB disponível.
Certifique-se de ter os seguintes requisitos instalados antes de começar:
- Docker
- Servidor de Banco de Dados MySQL ou MariaDB
-
Clone este repositório:
git clone https://github.com/sepep-pmsp/smae_help.git
-
Navegue até o diretório do projeto:
cd smae_help
-
Construa a imagem do container
docker compose -f docker-compose.dev.yml build
-
Inicie os containers:
docker-compose up -d
-
Acesse a interface gráfica no navegador para a segunda etapa de configuração.
Após iniciar os containers, abra seu navegador e vá para: http://localhost:8080/setup
Siga as instruções na interface para configurar o osTicket e conectar ao seu servidor de banco de dados.
Nota 1: O instalador se baseia no checksum MD5 do arquivo com o schema do banco de dados com terminações de linha no padrão UNIX (lf) para calcular os patches necessários. Para que o build funcione é necessário se assegurar que o arquivo setup/inc/streams/install-mysql.sql
esteja usando terminações de linha lf ou configurar o repositório todo para utilizar terminações UNIX com:
git config core.eol lf
git config core.autocrlf false
rm -rf * .env* .gitignore
git reset --hard HEAD
Nota 2: Certifique-se de colocar os dados de acesso e credenciais compatíveis com os utilizados no arquivo docker-compose.dev.yml
.
Este projeto é licenciado sob a licença Affero General Public License (AGPLv3).
osTicket is a widely-used open source support ticket system. It seamlessly integrates inquiries created via email, phone and web-based forms into a simple easy-to-use multi-user web interface. Manage, organize and archive all your support requests and responses in one place while providing your customers with accountability and responsiveness they deserve.
- Users create tickets via your website, email, or phone
- Incoming tickets are saved and assigned to agents
- Agents help your users resolve their issues
osTicket is an attractive alternative to higher-cost and complex customer support systems; simple, lightweight, reliable, open source, web-based and easy to setup and use. The best part is, it's completely free.
- HTTP server running Microsoft® IIS or Apache
- PHP version 8.1 - 8.2 (8.2 recommended)
- mysqli extension for PHP
- MySQL database version 5.5 (or greater)
- fileinfo, gd, gettext, imap, intl, json, mbstring, Zend OPcache, phar, xml, xml-dom, and zip extensions for PHP
- APCu module enabled and configured for PHP
osTicket now supports bleeding-edge installations. The easiest way to install the software and track updates is to clone the public repository. Create a folder on you web server (using whatever method makes sense for you) and cd into it. Then clone the repository (the folder must be empty!):
git clone https://github.com/osTicket/osTicket
And deploy the code into somewhere in your server's www root folder, for instance
cd osTicket
php manage.php deploy --setup /var/www/htdocs/osticket/
Then you can configure your server if necessary to serve that folder, and visit the page and install osTicket as usual. Go ahead and even delete setup/ folder out of the deployment location when you’re finished. Then, later, you can fetch updates and deploy them (from the folder where you cloned the git repo into)
git pull
php manage.php deploy -v /var/www/htdocs/osticket/
osTicket supports upgrading from 1.6-rc1 and later versions. As with any upgrade, strongly consider a backup of your attachment files, database, and osTicket codebase before embarking on an upgrade. Please review our Upgrade Guide or the UPGRADING.txt file for upgrade instructions.
Visit the Documentation or the forum. And if you'd like professional help managing your osTicket installation, commercial support is available.
Create your own fork of the project and use git-flow to create a new feature. Once the feature is published in your fork, send a pull request to begin the conversation of integrating your new feature into osTicket.
The interface for osTicket is now completely translatable. Language packs are available on the download page. If you do not see your language there, join the Crowdin project and request to have your language added. Languages which reach 100% translated are are significantly reviewed will be made available on the osTicket download page.
The software can also be translated in place in our JIPT site. Once you have a Crowdin account, login and translate the software in your browser!
Localizing strings in new code requires usage of a few rules.
osTicket is released under the GPL2 license. See the included LICENSE.txt file for the gory details of the General Public License.
osTicket is supported by several magical open source projects including: