fresh install, unable to disable developpement-mode #155
Description
Hi,
I installed the current version of apigility and can not disable the development mode:
`
web2@vps104:/var/www/api.xx.net/web$ curl -sS https://apigility.org/install | php
Download Apigility
.....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Install Apigility
Installation complete.
Running PHP internal web server.
Open your browser to http://localhost:8888, Ctrl-C to stop it.
^C
web2@vps104:/var/www/api.xx.net/web# ./vendor/bin/zf-development-mode disable
bash: ./vendor/bin/zf-development-mode: Permission non accordée (EN: Forbidden)
web2@vps104:/var/www/api.xx.net/web# chmod +x ./vendor/bin/zf-development-mode
web2@vps104:/var/www/api.xx.net/web$ ./vendor/bin/zf-development-mode disable
Cannot locate autoloader; please run "composer install"
web2@vps104:/var/www/api.xx.net/web$ composer install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
web2@vps104:/var/www/api.xx.net/web$ ./vendor/bin/zf-development-mode disable
Cannot locate autoloader; please run "composer install"
web2@vps104:/var/www/api.xx.net/web$ composer -v
/ _/ ____ ___ ____ ____ ________ _____
/ / / __ / __ __ \/ __ \/ __ \/ ___/ _ \/ ___/ / /___/ /_/ / / / / / / /_/ / /_/ (__ ) __/ / \____/\____/_/ /_/ /_/ .___/\____/____/\___/_/ /_/ Composer version 1.3.2 2017-01-27 18:23:41