Skip to main content

Templates for NiteoWeb projects.

Project description

bobtemplates.niteoweb provides mr.bob templates to generate packages for Plone and Pyramid projects. Templates are designed to be reusable by others, individuals and teams. All templates have tests for verifying which files and folders were generated, along with tests that run on the actual generated package.

Available templates are:

  • Plone: a template for a full featured Plone add-on, including:

    • zc.buildout best practices

    • GenericSetup install profile

    • Zope 3 browser layer

    • z3c.jbot overrides folder

    • static/ resourceDirectory for serving static resources (images, CSS, JS, etc.)

    • Sphinx documentation

    • test suite with a solid test coverage

    • Travis CI integration

  • Pyramid: a template for a full featured Pyramid project, including:

    • zc.buildout best practices

    • SQLite for development, PostgreSQL for production

    • A sample view with a Chameleon template

    • A sample model

    • static resources filled with Twitter Bootstrap niceties

    • Sphinx documentation

    • Exemplary test suite

    • Travis CI continuous integration

    • Heroku continuous deployment

Global settings

Some answers to bob’s questions can be pre-filled based on global configuration so you don’t have to answer them every time. You can store this configuration either on you local computer, or if you are working in a team, somewhere online. We, at NiteoWeb Ltd., for example, have these answers always available for us at http://www.niteoweb.com/mrbob.ini.

Creating a Plone add-on package

To create a Plone add-on first install (or upgrade to latest) mr.bob and the bobtemplates.niteoweb package and then run mrbob:

$ easy_install -U mr.bob
$ easy_install -U bobtemplates.niteoweb
$ mrbob --config ~/.mrbob.ini -O collective.foo bobtemplates:plone

Then answer some questions:

Welcome to mr.bob interactive mode. Before we generate directory structure,
some questions need to be answered.

Answer with a question mark to display help.
Value in square brackets at the end of the questions present default value
if there is no answer.


--> Name of the package: foo
(namespace is already set in the ~/.mrbob.ini)

...

And your package is ready! Let’s build the development environment and see if all tests pass:

$ cd collective.foo
$ make

Great, you are now set to start Zope in foreground mode: bin/instance fg. Once Zope is up, point your browser to http://localhost:8080, login as admin:admin, create a new Plone site while selecting collective.foo from the list of Add-ons and voilá: a Plone site with your very own add-on installed.

Now you can add some customizations to views and templates, or maybe write some CSS and JS.

Creating a Pyramid project

To create a Pyramid project first install (or upgrade to latest) mr.bob and the bobtemplates.niteoweb package and then run mrbob:

$ easy_install -U mr.bob
$ easy_install -U bobtemplates.niteoweb
$ mrbob --config ~/.mrbob.ini -O foo bobtemplates:pyramid

Then answer some questions:

Welcome to mr.bob interactive mode. Before we generate directory structure,
some questions need to be answered.

Answer with a question mark to display help.
Value in square brackets at the end of the questions present default value
if there is no answer.


--> Name of the package: foo
...

And your package is ready! Let’s build the development environment and see if all tests pass:

$ cd foo
$ make

Great, you are now ready to start Pyramid:

$ make db
$ bin/pserve etc/development.ini

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

bobtemplates.niteoweb-0.3.zip (170.0 kB view details)

Uploaded Source

File details

Details for the file bobtemplates.niteoweb-0.3.zip.

File metadata

File hashes

Hashes for bobtemplates.niteoweb-0.3.zip
Algorithm Hash digest
SHA256 68553d4bccde760346ae136dc97c2d2591f1dbe562ce09bd42ac6d40a7561d66
MD5 0fe49a552ee478be6d6876f72d1c8dd4
BLAKE2b-256 9ea54c246aae20f35889f8e2b80d03755236df0cd1235d2bdcea023ffc93a8c5

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