Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Setting Up Twiki Server
| ||||||||
Line: 10 to 10 | ||||||||
| ||||||||
Deleted: | ||||||||
< < | ||||||||
create twiki.conf file by Copy and paste the source text from http://twiki.org/cgi-bin/view/TWiki/ApacheConfigGenerator![]() | ||||||||
Deleted: | ||||||||
< < | ||||||||
save the twiki.conf file in to /etc/apache2/conf-available/ sudo cp twiki.conf /etc/apache2/conf-available/ | ||||||||
Deleted: | ||||||||
< < | ||||||||
Create a symbolic link from /etc/apache2/conf-available/twiki.conf to /etc/apache2/conf-enabled/twiki.conf sudo ln -s /etc/apache2/conf-available/twiki.conf /etc/apache2/conf-enabled/twiki.conf | ||||||||
Deleted: | ||||||||
< < | ||||||||
restart apache server sudo service apache2 restart | ||||||||
Deleted: | ||||||||
< < | ||||||||
Now modify /etc/apache2/sites-available/000-default.conf Change ServerAdmin webmaster@localhost | ||||||||
Changed: | ||||||||
< < | ||||||||
> > | ||||||||
DocumentRoot /var/www/html to ServerAdmin webmaster@localhost DocumentRoot /var/www | ||||||||
Deleted: | ||||||||
< < | ||||||||
modify /etc/apache2/apache2.conf , add DirectoryIndex html/index.html after #</Directory Add #<Directory /srv/> | ||||||||
Changed: | ||||||||
< < | ||||||||
> > | ||||||||
# Options Indexes FollowSymLinks # AllowOverride None | ||||||||
Line: 40 to 34 | ||||||||
# Require all granted
#</Directory DirectoryIndex html/index.html | ||||||||
Deleted: | ||||||||
< < | ||||||||
add a symbolic link to etc/apache2/mods-available/cgi.load in mods-enabled sudo ln -s /etc/apache2/mods-available/cgi.load /etc/apache2/mods-enabled/cgi.load | ||||||||
Deleted: | ||||||||
< < | ||||||||
restart apache server sudo service apache2 restart | ||||||||
Deleted: | ||||||||
< < | ||||||||
open a browser and type localhost/twiki to test if twiki is up and working | ||||||||
Deleted: | ||||||||
< < | ||||||||
To configure twiki lets test if Perl is installed perl -v | ||||||||
Deleted: | ||||||||
< < | ||||||||
Start Cpan to begin configuration. sudo cpan Note: type yes at all prompts. | ||||||||
Deleted: | ||||||||
< < | ||||||||
From cpan install the following
| ||||||||
Deleted: | ||||||||
< < | ||||||||
now install rcs sudo apt-get install rcs | ||||||||
Deleted: | ||||||||
< < | ||||||||
open localhost/do/configure | ||||||||
Deleted: | ||||||||
< < | ||||||||
change /do → /pub {PubUrlPath}δ ------ /do to {PubUrlPath}δ ------ /pub | ||||||||
Deleted: | ||||||||
< < | ||||||||
scroll down--> click next ---> save changes----> Go to the TWiki front page![]() | ||||||||
Deleted: | ||||||||
< < | ||||||||
-- ![]() |