Links not saving

gt2416 2018-05-09 21:36:28 -04:00
parent 125b2263e0
commit f02dbedcf7

@ -36,10 +36,10 @@ Now lets install php and nginx our webserver. I have choosen PHP version 7.1
`apt-get install nginx php7.1 php7.1-fpm php7.1-cli php7.1-mcrypt php7.1-gd php7.1-curl php7.1-common php7.1-gmp php7.1-json php7.1-zip php7.1-xml php7.1-readline php7.1-opcache php7.1-mysql php7.1-mbstring`
Install composer which manages the install of Invoice Ninja
Install composer which manages the install of Invoice Ninja (replace x in http, had to write it that way)
curl -sS | php
curl -sS hxtps://getcomposer.org/installer | 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 https://github.com/hillelcoren/invoice-ninja.git ninja
git clone hxtps://github.com/hillelcoren/invoice-ninja.git ninja
`composer install --no-dev -o`