Skip to content

Sistema voltado para organização e fluxo de trabalho com sistema de chamados!

Notifications You must be signed in to change notification settings

atiladelcanton/ZenTicket

Repository files navigation

zenTicket Alpha

Run Project

First let's define our user to avoid problems with permissions, in your terminal on your computer type :

 id -u && id -g

copy the result that gives in the terminal and replace in the docker-compose.yml

 app:
    image: zenticket_oficial/zenticket_v2:latest
    user: "1001:1001" -- Change here

After create the .env file based on the .env.example

cp .env.example .env

Start container

docker-compose up -d --build #run this command if the first time
docker-compose up -d

After generating the .env run the command to create the image and install the dependencies!

docker-compose run --rm zenticket-app composer install

About

Sistema voltado para organização e fluxo de trabalho com sistema de chamados!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages