plone/heroku-button-plone

Name: heroku-button-plone

Owner: Plone Foundation

Description: A template for a simple Heroku-hosted Plone site.

Created: 2014-10-29 21:04:28.0

Updated: 2017-06-24 23:00:17.0

Pushed: 2017-06-24 23:00:16.0

Homepage: null

Size: 4

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Free Plone site on Heroku

It takes just a few short minutes to deploy your very own Plone site in the cloud and run it for free. Just click this button and follow the instructions.

Deploy

After the site is up you can read how to get the most of Plone on Heroku.

Run your Plone site on your local machine

You can also clone this code from Heroku into your local machine, and run Plone locally, for example, to test something out (this assumes you have Python 2.7 and the Heroku Toolbelt installed on your machine):

$ heroku login
$ heroku git:clone -a <YOUR_APP_NAME>
$ cd <YOU_APP_NAME>

$ curl -OL "http://downloads.buildout.org/1/bootstrap.py"
$ python2.7 bootstrap.py
$ bin/buildout
$ bin/instance fg

Now open your browser and point it to http://localhost:8080. Login with admin:admin.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.