Skip to content

A simple docker sandbox for getting started with Parse Server

Notifications You must be signed in to change notification settings

binarytide/easyparse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easyparse

A simple docker sandbox for getting started with Parse Server

Get up and running with Parse Server(https://github.com/ParsePlatform/parse-server) right out of the box.

Requires Docker(http://docs.docker.com/mac/started/)

Getting started:

  1. start up Kitematic
  2. open a terminal and clone this repo
  3. run eval "$(docker-machine env default)" to hook command line into docker (or use quick start terminal(part of Kitematic)
  4. from the cloned folder docker-compose up -d
  5. this will create everything you need to get started. Server will be at your DockerIp (this provides a simple test to make sure the setup works)
  6. the dashboard can be found at DockerIp:4040 username and passwords can be found in /dashboard/config.json (the default is set to u:user1 p:pass)

This is not meant for production, this is merely designed to give you an idea of what it would be like to work with the Parse Opend Source Platform.

About

A simple docker sandbox for getting started with Parse Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published