Contao Open Source CMS > Contao forum

Switch to german forum

Index > Developer's corner > RPM package available (noarch, src and spec files)

iainlea
User
Avatar
I created a RPM package for Typolight as I could not find one to use.

I built it on Fedora8 but should work on other distributions as well.

http://iainlea.dyndns.org/software/typolight/typolight-2.5.7-1.noarch.rpm

http://iainlea.dyndns.org/software/typolight/typolight-2.5.7-1.src.rpm

http://iainlea.dyndns.org/software/typolight/typolight.spec

It adds a number files to the standard package for ease of use. They are:

1. /etc/httpd/conf.d/typolight.conf
As typolight is installed in /var/www/typolight this httpd config file
specifies an Alias directive telling httpd where it can find the files.
It specifies an access rule which is by default restrictive and only
allows access from localhost (127.0.0.1). To allow unlimited access
edit the file (instructions are contained in the # comment lines) and
restart httpd.

2. /usr/share/doc/typolight-*/README-RPM.txt
Readme file containing useful info about what needs doing after install.

3. /usr/share/doc/typolight-*/create-typolight-db.sql
Sample mysql command file for creating a database named 'typolight'.

4. /usr/share/doc/typolight-*/delete-typolight-db.sql
Sample mysql command file for deleting a database named 'typolight'.

Constructive critic welcome.

Iain
2008-04-21 10:50