Giter Site home page Giter Site logo

dokku-parse-server's Introduction

An example Dokku Parse Server

This repo contains a simple example of setting up a Dokku Parse server.

Pre-deployment setup.

You first need to install the dokku MongoDB plugin by running:

> dokku plugin:install https://github.com/dokku/dokku-mongo.git mongo

Once installed, you can create your app and database and link them:

> dokku mongo:create parsedb
> dokku apps:create parse
> dokku mongo:link parsedb parse

You will now have a MONGO_URL environment variable. Set up other environment variables too:

> dokku config:set parse APP_ID=<APP_ID>
> dokku config:set parse APP_SECRET=<MASTER_KEY>
> dokku config:set parse APP_URL=<APP_URL>
> dokku config:set parse REST_API_KEY=<REST_API_KEY>
> dokku config:set parse CLIENT_KEY=<CLIENT_KEY>
> dokku config:set parse JS_KEY=<JS_KEY>

You don't need to set the port here, Dokku will do this for you.

Deployment

Now clone this directory and then type:

> git remote add dokku [email protected]:parse
> git push dokku master

After a couple of minutes you will be able to access your parse instance via http(s)://parse.my.dokku.me/parse.

Bonus round: Lets Encrypt

It's really easy to add SSL to your Parse server, just install the Dokku LetsEncrypt plugin

> dokku plugin:install https://github.com/dokku/dokku-letsencrypt.git
> dokku config:set --no-restart myapp DOKKU_LETSENCRYPT_EMAIL=<EMAIL>
> dokku letsencrypt myapp

Dokku on Digital Ocean

If you don't have Dokku set up, it's really easy to do on Digital Ocean on one of their $5/m plans. Instructions are easy to follow.

dokku-parse-server's People

Contributors

rogvold avatar tanepiper avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.