Skip to content

FrameNetBrasil/mguide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maestro - PHP7 Framework [Docker Container]

This repository contains a guide for Maestro PHP Framework.

Prerequisities

In order to run this container you'll need docker installed.

Usage

Create a local installation for Maestro:

  • Clone this repository at an accesible folder
$ git clone https://github.com/FrameNetBrasil/mguide.git
$ cd mguide
  • Create conf files from dist
$ cd core/conf
$ cp conf.dist.php conf.php
$ cd apps/mguide/conf
$ cp conf.dist.php conf.php
  • Start the container
$ cd devops/docker
$ docker-compose up

Container Parameters

Parameters are available to the container (mainly the webserver port) at

/home/mguide/devops/docker/.env

Built With

  • PHP 7.4
  • MariaDb 10.4
  • PhpMyAdmin 5.0.1
  • Framework Maestro 3.0

Find Us

Contributing

  • Create a new branch with a meaningful name git checkout -b branch_name.
  • Develop your feature on Xcode IDE and run it .
  • Add the files you changed git add file_name.
  • Commit your changes git commit -m "Message briefly explaining the feature".
  • Keep one commit per feature. If you forgot to add changes, you can edit the previous commit git commit --amend.
  • Push to your repo git push --set-upstream origin branch-name.
  • Go into the Github repo and create a pull request explaining your changes.

License

GNU GPLv3 - See the COPYING file for license rights and limitations.

About

Guide for Maestro Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published