Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

teamniteo/niteoweb.skel.plone

Repository files navigation

HOW TO USE THIS

Create a skeleton for your new project

$ svn export http://svn.github.com/niteoweb/niteoweb.skel.plone.git niteoweb.<shortname>
$ cd niteoweb.<shortname>
$ mv src/niteoweb/zulu src/niteoweb/<shortname>

Commit skeleton to repository

$ svn mkdir https://niteoweb.repositoryhosting.com/svn/niteoweb_<shortname>/niteoweb.<shortname> -m "create package dir"
$ svn mkdir https://niteoweb.repositoryhosting.com/svn/niteoweb_<shortname>/niteoweb.<shortname>/{trunk,tags,branches} -m "create svn structure"
$ svn co https://niteoweb.repositoryhosting.com/svn/niteoweb_<shortname>/niteoweb.<shortname>/trunk ./
$ svn add *

Customize

  • Use search&replace to replace all placeholder strings with meaningful ones: Zulu, zulu, TODO.
  • Remove this entire paragraph ("How to use this") from README.rst.
  • Start coding :).

Initialize buildout, run tests, start Zope

$ virtualenv -p python2.7 --no-site-packages ./
$ bin/python bootstrap.py
$ bin/buildout
$ bin/test
$ bin/instance fg

#################### REMOVE EVERYTHING UNTIL THIS LINE #########################

niteoweb.zulu

Framework:

Plone 4.2

Bug tracker:

https://github.com/niteoweb/niteoweb.zulu/issues

Source:

https://github.com/niteoweb/niteoweb.zulu

Documentation:

http://niteowebzulu.readthedocs.org/

Code status:http://travis-ci.org/niteoweb/niteoweb.zulu.png

Summary

One or two sentences about the project ...

Additional info about the projects' background, rationale, etc.

About

Skeleton for Plone projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published