Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

OpenACalendar/OpenACalendar-Web-Core-Single-Site-For-Heroku

Repository files navigation

OpenACalendar for Heroku

Installing

Set up a Heroku app.

Add a Postgres database.

heroku addons:add heroku-postgresql

Add Mandrill for email sending.

heroku addons:add mandrill

Add the following config variables:

  • SITE_NAME
  • ADMIN_EMAIL - email of admin.
  • ADMIN_USERNAME - username admin wants.
  • ADMIN_PASSWORD - password admin wants. This will only be used when the account is set up - after this they should change their password as normal.
  • URL
  • SYSADMIN_EXTRA_PASSWORD

Deploy the Heroku app.

Run this to install the database tables, import static data and set up the first user.

heroku run php /app/setup.php

The app can now be used in a web browser.

Call /cronWeb.php regularly to update caches.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published