Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nightbr/vagrant-parse-server
- Owner: Nightbr
- License: mit
- Created: 2016-10-16T12:29:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-25T07:57:29.000Z (over 8 years ago)
- Last Synced: 2024-11-22T13:42:55.072Z (3 months ago)
- Topics: development-environment, docker, parse, parse-server, vagrant
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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