Giter VIP home page Giter VIP logo

vagner3101 / painelmyzap Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alanmartines/painelmyzap

0.0 0.0 0.0 480 KB

Esse é um painel criado como estudo pessoal do Zend Framework não foi criado para fins comerciais, mas você está livre para utilizar, e melhorar da forma que quiser.

Home Page: https://apigratis.com.br

Shell 0.24% JavaScript 7.49% PHP 51.33% CSS 1.50% HTML 38.79% Dockerfile 0.64%

painelmyzap's Introduction

🚀 Painel MyZap2.0 Com ZendFramework 3

Descrição

Esse é um painel criado como estudo pessoal do framework (Zend Framework MVC) não foi criado para fins comerciais, mas você está livre para utilizar, e melhorar da forma que quiser.

📦Requerimentos

  • Ubuntu 18.04+
  • Git
  • PHP 7.4+
  • MySql
sudo apt install software-properties-common
sudo add-apt-repository ppa:ondrej/php
sudo apt update && apt install -y git && apt install php7.4 && apt install php7.4-intl && apt install -y zip && apt install php7.4-curl && apt install php7.4-mysqli && apt install composer

📖 Download do painel

Clone o repositorio oficial

git clone https://github.com/jhowbhz/PainelMyZap.git /opt/PainelMyZap

🕒 Crontab de checagem das sessões

# adicionar permissao
chmod -R 0777 /opt/PainelMyZap/cron/cron.sh

# abrir o crontab
crontab -e

# Adicione a linha
0 5 * * * /opt/PainelMyZap/cron/cron.sh --quiet

⚙️ Instalando e configurando

cd /opt/PainelMyZap && composer install
# Altere a linha CHAVE_WEBOOK=1234
nano /opt/PainelMyZap/config/application.config.php
# Configurando banco de dados
nano /opt/PainelMyZap/module/Sessoes/config/module.config.php

🌎 Iniciando servidor web

cd /opt/PainelMyZap
php -S 0.0.0.0:8080 -t public
# ou use o composer
composer run --timeout 0 serve

🏃Pronto, agora é so iniciar o painel

cd path/to/install
php -S 0.0.0.0:8080 -t public
# OR use the composer alias:
composer run --timeout 0 serve

Screenshot

painelmyzap's People

Contributors

jhowbhz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.