Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nightbr/vagrant-parse-server

Vagrant parse server provisioned by docker
https://github.com/nightbr/vagrant-parse-server

development-environment docker parse parse-server vagrant

Last synced: 18 days ago
JSON representation

Vagrant parse server provisioned by docker

Awesome Lists containing this project

README

        

# vagrant-parse-server

Create a vagrant environment for parse-server provisioned by docker

* [docker-parse-server](https://github.com/yongjhih/docker-parse-server)

## Requirements

* Vagrant (virtualbox) ~1.8
* Vagrant plugins
* vagrant-vbguest
* vagrant-docker-compose
* vagrant-hostmanager

## Quick start

git clone https://github.com/Nightbr/vagrant-parse-server.git
cd vagrant-parse-server/
vagrant up

## Services

* Parse dashboard:
* username: `parseadmin`
* password: `adminpass`
* PARSE API:
* X-Parse-Application-Id: `MyAppID`
* X-Parse-Master-Key: `MyMasterKey`

## ToDo

- [X] vagrant plugin vagrant-hostmanager (manage hosts for the env)
- [X] SSL with letsencrypt [ONLY on PROD with valide domain name]
- [ ] LiveQuery Configuration
- [ ] expose parse cloud folder
- [ ] more configuration, more parse services (social, analytics, ...)
- [ ] more documentation (configure parse SDK, ...)
- [ ] update parse-dashboard to the latest version