Skip to main content

Add-on which create Plone site into Zope

Project description

Latest Version Tests Status https://img.shields.io/pypi/pyversions/collective.big.bang.svg?style=plastic:alt:Supported-PythonVersions License

collective.big.bang

Our whole universe was in a hot, dense state
Then nearly fourteen billion years ago expansion started, wait
The earth began to cool, the autotrophs began to drool
Neanderthals developed tools
We built a wall (we built the pyramids)
Math, science, history, unraveling the mysteries
That all started with the big bang! Hey!

So all started with the Plone site! Hey! This package it used to create Plone site when Zope is started (just before Ready to handle requests sentence).

You can use environment variables to create Plone site and choose package you would like to install. See “Environment variables”

Why not use collective.recipe.plonesite? The goal is to create Plone site when you deploy a new Plone on a contenerized env. We think it’s easy to create Plone site when you start it without entrypoint or without using and other command. It’s more simple in a contenerized environment that starting a buildout part to create a Pone site.

Fun fact:

This package is now called collective.big.bang instead of the original collective.bigbang, because collective.bigbang name was rejected by pypi naming package.

Environment variables

You can add environment variable into your buildout in instance part with “environment-vars”:

...
[instance]
...
environment-vars =
    PLONE_EXTENSION_IDS plone.app.caching:default,plonetheme.barceloneta:default
    DEFAULT_LANGUAGE fr
    ADMIN_PASSWORD mysuperpa$$w0rd
    ACTIVE_BIGBANG True
...

Or you can also use tools like direnv (.envrc file example):

export PLONE_EXTENSION_IDS=plone.app.caching:default,plonetheme.barceloneta:default
export DEFAULT_LANGUAGE=fr
export ADMIN_PASSWORD=mysuperpa$$w0rd
export ACTIVE_BIGBANG=True
PLONE_EXTENSION_IDS

A list of GenericSetup profiles to install. Default values are plone.app.caching:default,plonetheme.barceloneta:default

DEFAULT_LANGUAGE

The default language of the Plone site. Default value is en

ADMIN_PASSWORD

The password for the zope “admin” user. There is no default value, if variable is not set, admin password will not be updated.

ACTIVE_BIGBANG

Create a Plone site on this instance. This variable is used to avoid conflict error, this variable should be set to True to only one instance Default value is False

Features

  • Create Plone site when Zope is started

Installation

Install collective.big.bang by adding it to your buildout:

[buildout]

...

eggs +=
    collective.big.bang

...

[instance]
...
environment-vars =
    PLONE_EXTENSION_IDS plone.app.caching:default,plonetheme.barceloneta:default
    DEFAULT_LANGUAGE fr
    ADMIN_PASSWORD mysuperpa$$w0rd
    ACTIVE_BIGBANG True

and then running bin/buildout

Contribute

Support

If you are having issues, please let us know. We have a mailing list located at: devs@imio.be

License

The project is licensed under the GPLv2.

Contributors

Changelog

1.0.3 (2022-05-13)

  • Do not notify DarwinStartedEvent if site doesn’t exist. [odelaere]

1.0.2 (2022-05-13)

  • Fix mountpoints break bid.bang execution. [odelaere]

1.0.1 (2022-04-15)

  • Notify an event after bang. [odelaere]

1.0 (2022-03-01)

  • Do not set “admin” password if ADMIN_PASSWORD env variable is not set. [bsuttor]

1.0b2 (2022-01-27)

  • Ignore mountpoint configurations in site creation. [odelaere]

1.0b1 (2022-01-25)

  • Added tests and better support for plone from 4.3 to 6.0. [odelaere]

1.0a3 (2021-10-04)

  • Strip extension ids. [odelaere]

  • Do not attempt to do anything if ACTIVE_BIGBANG id not True. [odelaere]

1.0a2 (2021-08-17)

  • Fix package after renaming from collective.bigbang to collective.big.bang [laulaz]

1.0a1 (2021-08-13)

  • Initial release. [bsuttor]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

collective.big.bang-1.0.3.tar.gz (21.6 kB view details)

Uploaded Source

File details

Details for the file collective.big.bang-1.0.3.tar.gz.

File metadata

  • Download URL: collective.big.bang-1.0.3.tar.gz
  • Upload date:
  • Size: 21.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.4

File hashes

Hashes for collective.big.bang-1.0.3.tar.gz
Algorithm Hash digest
SHA256 a3805777b967869544af3361edfaaf053b45687975163c69492e71896458f4c2
MD5 352c1efb156b238dfd15f5ee6f8652d1
BLAKE2b-256 6622474c5a4356336a640fe07570c0a6607ca9bc8004899b417358a2a76fc2dd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page