Skip to content

Commit

Permalink
Test locally
Browse files Browse the repository at this point in the history
  • Loading branch information
golflima committed Jan 30, 2018
1 parent 9ffc58e commit 1af50ff
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 1af50ff

Please sign in to comment.