Git Product home page Git Product logo

kainat's Introduction

Kainat

This project helps to run a local environment to work with PHP, Apache and MySQL.

Prerequisites

Usage

Clone this repo and folow the commands bellow start to work on your local environment:

# clone the project
git clone [email protected]:raphaellopes/kainat.git

# go to app folder
cd kainat/app/

# copy the `.env.example` to `.env` and change the env vars
cp .env.example .env

# build and run the basic containers `make -C <container> <task>`
make -C php-fmp build run
make -C apache build run
make -C mysql run

Alias to use

Add this project on your .bashrc file (optional)

# change path-to-the-project with the path where you cloned this repo
export PATH="$PATH:{path-to-the-project}/bin"

Close you terminal and open it again. Now you have an alias called kainat. You can build your environment running the commands bellow:

# build for wp development (mysql, apache and php images)
kainat wp build

# stop for wp development (mysql, apache and php images)
kainat wp stop

# run for wp development the images with a `.env` file passed as a second arg (see `.env.example` file)
kainat wp {path-to-envfile} run

# to run the containers
kainat {app-name} {docker command}

Help

make -C <container> help

kainat's People

Contributors

raphaellopes avatar

Watchers

 avatar James Cloos avatar

kainat's Issues

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.