Skip to content

C3S/c3s.app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c3s.app

c3s.app is an early version of a registration and asset management tool for a creative commons collecting society. earliest alpha :-)

It is also a demo app for the cone stack, building on pyramid.

Two content types are in this: bands and tracks. A band object can contain tracks...

requirements

in order to set it up successfully, you need several packages available on your system:

  • libxml2
  • libxslt1.1
  • python-lxml
  • libxml2-dev
  • libxslt1-dev
  • libldap2-dev
  • libsasl2-dev

setup / installation

  1. virtualenv . && . bin/activate
  2. python bootstrap.py
  3. bin/buildout
  4. bin/testldap start groupOfNames_10_10
  5. bin/paster serve c3s.app.ini
  6. open http://127.0.0.1:8082 in a browser, login as admin w/ pw admin

About

testdrive of cone.app's docs to create my cone.app app my.app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%