-
Notifications
You must be signed in to change notification settings - Fork 123
fresh install, unable to disable developpement-mode #155
Comments
@mickaelmonsieur If you need solution for now I can suggest just to remove whole vendor directory and run I've investigated it, and for me it seems to be wrong zip package with apigility-skeleton 1.4.1. We will try to resolve it somehow :) Thanks for reporting the issue! |
Hi @webimpress, I confirm: `web2@vps104:/var/www/api.xx.net/web$ mv vendor/ vendor_old
|
Off topic: I also think that github has a problem with the code <> tag ... |
This repository has been closed and moved to laminas-api-tools/api-tools-skeleton; a new issue has been opened at laminas-api-tools/api-tools-skeleton#7. |
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
The text was updated successfully, but these errors were encountered: