Skip to content

serg-svy/bomba

Repository files navigation

CodeigniterStart

Setup the requirements

Run a local apache server

PHP 7.3 or later

Ensure you have php 7.3 or later locally installed

    php -v

If you do not have php yet...

On macOS, you can use brew:

    brew install php@7.3

On linux, you can use apt-get:

    sudo apt-get install php7.3

MySQL 5.7

We'll provide a docker-compose to setup mysql5.7.

But you can also install it yourself.

On macOS, you can use brew:

    brew install mysql@5.7

Installation

    Set-Location -Path  .....
    git clone https://github.com/Bodarev/CodeigniterStart.git
    cd CodeigniterStart
    composer install
    yarn install
    gulp default

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published