Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 990 Bytes

File metadata and controls

18 lines (14 loc) · 990 Bytes

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.