Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.
/ heroku-button-plone Public archive

A template for a simple Heroku-hosted Plone site.

Notifications You must be signed in to change notification settings

plone/heroku-button-plone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repository is archived and read only.

If you want to unarchive it, then post to the Admin & Infrastructure (AI) Team category on the Plone Community Forum.

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.

About

A template for a simple Heroku-hosted Plone site.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published