Skip to content

Install using GIT

Guilherme Nascimento edited this page Jul 27, 2019 · 3 revisions

You can download GIT repository (don't clone master for production use), clone last release example:

git clone -b "0.4.1" https://github.com/inphinit/inphinit.git [project_name]
cd [project_name]
composer update

For developer (colaborate with project)

For clone master use this commands:

git clone https://github.com/inphinit/inphinit.git [project_name]
cd [project_name]
composer update
Clone this wiki locally