mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-08-30 23:20:34 -04:00
Updated Debian 8 Install (markdown)
parent
2de4f89a1e
commit
125b2263e0
@ -39,7 +39,7 @@ Now lets install php and nginx our webserver. I have choosen PHP version 7.1
|
||||
Install composer which manages the install of Invoice Ninja
|
||||
|
||||
|
||||
curl -sS https://getcomposer.org/installer | php
|
||||
curl -sS | php
|
||||
|
||||
`sudo mv composer.phar /usr/local/bin/composer`
|
||||
|
||||
@ -50,7 +50,7 @@ Choose a location for your invoice ninja install. I choose to install it in my u
|
||||
|
||||
cd to your install location
|
||||
|
||||
`git clone ninja`
|
||||
git clone https://github.com/hillelcoren/invoice-ninja.git ninja
|
||||
|
||||
`composer install --no-dev -o`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user