From 1af50ff9f5a1ff3adee5444744915b5d62b399df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20WALTHER?= Date: Tue, 30 Jan 2018 16:50:55 +0100 Subject: [PATCH] Test locally --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 55914d1..1482dde 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,17 @@ These parameters can be created with Parse Dashboard in `Config > Create a param * `vpx-reload`: Reloads *VPX* configuration, can be called when new Parse classes have been added to monitor them. * `vpx-exec-ccc`: Executes the custom cloud code. +## Test locally + +You can use the `docker-compose` provided to run locally *VPX*, Parse Server and Parse Dashboard: + +1. Clone or download this repository: `git clone ...` +2. Run docker-compose: `docker-compose up` +3. Browse to: http://dashboard.vpx.docker/ + * Login and password can be found in the `docker-compose.yml` file, under section `parse-dashboard > environment > PARSE_DASHBOARD_USER_*` + +Note: you'll need [`dnsdock`](https://github.com/aacebedo/dnsdock) in aim to use this setup. + ## Licence terms *VPX - Virtua Parse eXtended* is published under the terms of [GNU Affero General Public License v3](https://www.gnu.org/licenses/agpl-3.0.html), see the [LICENSE](LICENSE) file. \ No newline at end of file