| 755 |
AddType application/x-httpd-php .php .php3 |
AddType application/x-httpd-php .php .php3 |
| 756 |
x /etc/init.d/apache reload |
x /etc/init.d/apache reload |
| 757 |
x cd /etc/twig |
x cd /etc/twig |
| 758 |
x |
x modify config.inc.php3 |
| 759 |
|
x cd /usr/share/twig/setup |
| 760 |
|
x mysql |
| 761 |
|
x use mysql |
| 762 |
|
x insert into user (host, user, password) values ('localhost', 'www-data', password('')); |
| 763 |
|
x insert into db values ('localhost', 'twig', 'www-data', 'Y','Y','Y','Y','Y','Y','N','Y','Y','Y'); |
| 764 |
|
x create database twig; |
| 765 |
|
x flush privileges; |
| 766 |
|
x database-schema |
| 767 |
|
x gunzip twig.table.mysql.gz |
| 768 |
|
x mysql twig < twig.table.mysql |
| 769 |
|
|
| 770 |
|
x setup arbitrary packet and bind to csm-system (Collaborative Software Management) |
| 771 |
|
x pinstall twig |
| 772 |
|
x apt-get install twig |
| 773 |
|
x cd /etc |
| 774 |
|
x cvs add twig |
| 775 |
|
x cd twig |
| 776 |
|
x cvs add * |
| 777 |
|
x cvs add .htaccess |
| 778 |
|
x cvs commit -m "+ initial commit" |
| 779 |
|
|
| 780 |
|
|
| 781 |
o remove html from phpWiki: ('http://'!!!) (->https!!!) |
o remove html from phpWiki: ('http://'!!!) (->https!!!) |
| 782 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
| 788 |
o horde |
o horde |
| 789 |
o tutos |
o tutos |
| 790 |
|
|
| 791 |
|
x dpkg -x twig_2.7.5-4_all.deb tmp/ |
| 792 |
|
|
| 793 |
|
o TWIG & OpenLDAP!? |
| 794 |
|
|
| 795 |
|
x quepasa.netfrag.org: removed /data/www/doc to /data/www/global/apps |
| 796 |
|
x test: |
| 797 |
|
x cd /data/www/virtual |
| 798 |
|
x grep -ri "/data/www/doc" * |
| 799 |
|
x cd /data/www/global |
| 800 |
|
x grep -ri "/data/www/doc" * |
| 801 |
|
x apps/twiki/ |
| 802 |
|
x lib/TWiki.cfg |
| 803 |
|
x bin/.htaccess |
| 804 |
|
x conf/twiki-httpd |
| 805 |
|
---> just change between 'global' and (e.g.) 'virtual/netfrag' for switching between scopes ;-) |
| 806 |
|
---> the container (folder)-structure at global and sub-virtual level must match almost exactly to make this possible!!!!! |
| 807 |
|
|
| 808 |
|
x conf/virtualdomains-httpd/ |
| 809 |
|
x doc/twiki/ |
| 810 |
|
|
| 811 |
|
|
| 812 |
</pre> |
</pre> |
| 813 |
|
|