This commit is contained in:
cpanato 2018-08-16 19:41:49 +02:00
parent f61bb8be72
commit 6f9d841717
No known key found for this signature in database
GPG key ID: E2379A61085D0517

View file

@ -30,7 +30,7 @@ dist/com.example.my-plugin.tar.gz
There is a build target to automate deploying and enabling the plugin to your server, but it requires configuration and [http](https://httpie.org/) to be installed:
```
export MM_SERVICESETTINGS_SITEURL=http://localhost:8065/
export MM_SERVICESETTINGS_SITEURL=http://localhost:8065
export MM_ADMIN_USERNAME=admin
export MM_ADMIN_PASSWORD=password
make deploy