mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-01 00:44:35 -04:00
Check out only the v5-stable branch to avoid downloading additional ~300Mb+ of data
This commit is contained in:
parent
4da64ca77f
commit
cd67f5730c
@ -50,8 +50,7 @@ We offer a $30 per year white-label license to remove the Invoice Ninja branding
|
|||||||
## Quick Hosting Setup
|
## Quick Hosting Setup
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/invoiceninja/invoiceninja.git
|
git clone --single-branch --branch v5-stable https://github.com/invoiceninja/invoiceninja.git
|
||||||
git checkout v5-stable
|
|
||||||
cp .env.example .env
|
cp .env.example .env
|
||||||
composer i -o --no-dev
|
composer i -o --no-dev
|
||||||
php artisan key:generate
|
php artisan key:generate
|
||||||
|
Loading…
x
Reference in New Issue
Block a user