Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 715 Bytes

DEV.md

File metadata and controls

22 lines (15 loc) · 715 Bytes

Dev

Reference

  • SOURCE is the absolute path to the cloned chevereto project
  • You need to replace SOURCE=~/git/chevereto/v4 with your own path
  • SOURCE will be mounted at /var/www/chevereto/ inside the container

Quick start

You will need a Chevereto V4 project:

  • Using git
    • Clone the chevereto/v4 repository (your clone path will be your SOURCE)
  • Using package (zip download)

From the root folder run the following Make command:

make dev SOURCE=/my/path VERSION=4.0 PHP=8.0