You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
erlehmann 591ae829df reduced amount of metadata given on upload
git-svn-id: http://yolanda.mister-muffin.de/svn@422 7eef14d0-6ed0-489d-bf55-20463b2d70db
15 years ago
..
Yolanda.egg-info going pylons ! 16 years ago
docs going pylons ! 16 years ago
yolanda reduced amount of metadata given on upload 15 years ago
AUTHORS add AUTHORS and LICENSE 16 years ago
DEPENDENCIES updated dependencies 16 years ago
LICENSE add AUTHORS and LICENSE 16 years ago
MANIFEST.in going pylons ! 16 years ago
README.txt infos on resetting the database 15 years ago
development.ini thumbnail generation and primitive search 16 years ago
setup.cfg going pylons ! 16 years ago
setup.py going pylons ! 16 years ago
test.ini fixed xhtml+xml, added basic upload with video validation and duplicate check 16 years ago

README.txt

This file is for you to describe the Yolanda application. Typically
you would include information such as the information below:

Installation and Setup
======================

Install ``Yolanda`` using easy_install::

    easy_install Yolanda

Make a config file as follows::

    paster make-config Yolanda config.ini

Tweak the config file as appropriate and then setup the application::

    paster setup-app config.ini

Then you are ready to go.

Resetting the database can be accomplished by deleting the database.sql file and 
running the setup command again.