~bac/+junk/thuvien

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Copyright 2010 Vietnamese Nôm Preservation Foundation (http://nomfoundation.org).

This software is licensed under the GNU Affero General Public
License version 3 (see the file LICENSE).


'Thu Vien' is a Django web application for displaying and
providing collaboration activities for digital libraries.  It is
written initially to support the digital collection of the National
Library of Vietnam as digitized by the Vietnamese Nom Preservation
Foundation.

The application has not yet been packaged as a Debian package.  Until
then manually install the following:

PACKAGED DEPENDENCIES:

The following packages are available in the Ubuntu repositories and
can be installed with apt-get or synaptic:

python-django >= 1.2.3
mysql-server >= 5.1.49
python-mysqldb >= 1.2.2

OPTIONAL:
mysql-admin >= 5.0

UNPACKAGED DEPENDENCIES:

The following modules are required but are not presently packaged, so
they must be manually retrieved and installed by following the
instructions shown:

django-tables
    - bzr get lp:django-tables
    - cd django-tables
    - sudo python setup.py install


Database setup:
Create a database matching with the name shown for DATABASES in
settings.py and a matching user and password and give the user
appropriate privileges on the database.

python manage.py syncdb

That should get everything set up and ready to run.  Unfortunately you
can're really do much -- anything actually -- because the database is
empty and there are no image files.  I hope remedy that soon by
creating a small subset of sample data and images.  Unfortunately it
is not ready just yet.