Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Line: 10 to 10 | ||||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Changed: | ||||||||
< < | Setting Up Twiki Server | |||||||
> > | Setting Up Twiki Server | |||||||
| ||||||||
Line: 8 to 8 | ||||||||
| ||||||||
Changed: | ||||||||
< < |
create twiki.conf file by Copy and paste the source text from http://twiki.org/cgi-bin/view/TWiki/ApacheConfigGenerator
save the twiki.conf file in to /etc/apache2/conf-available/
Create a symbolic link from /etc/apache2/conf-available/twiki.conf to /etc/apache2/conf-enabled/twiki.conf
restart apache server
Now modify /etc/apache2/sites-available/000-default.conf
DocumentRoot /var/www/html DocumentRoot /var/www
modify /etc/apache2/apache2.conf , add DirectoryIndex html/index.html after #</Directory # Options Indexes FollowSymLinks # AllowOverride None # Require all granted
#</Directory
add a symbolic link to etc/apache2/mods-available/cgi.load in mods-enabled
restart apache server
open a browser and type localhost/twiki to test if twiki is up and working
To configure twiki lets test if Perl is installed
Start Cpan to begin configuration. From cpan install the following
now install rcs
open
change /do → /pub
scroll down--> click next ---> save changes----> Go to the TWiki front page | |||||||
> > |
| |||||||
-- ![]() | ||||||||
Changed: | ||||||||
< < | Comments | |||||||
> > | Comments | |||||||
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 | ||||||||
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: | ||||||||
< < | ||||||||
-- ![]() |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Setting Up Twiki Server | ||||||||
Deleted: | ||||||||
< < | ||||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
| ||||||||
Line: 31 to 24 | ||||||||
restart apache server sudo service apache2 restart | ||||||||
Changed: | ||||||||
< < | Now modify /etc/apache2/sites-available/000-default.conf Change ServerAdmin webmaster@localhost DocumentRoot /var/www/html to ServerAdmin webmaster@localhost DocumentRoot /var/www
# AllowOverride None # Require all granted
#</Directory
--
Comments
Download twiki from http://twiki.org/cgi-bin/view/Codev/DownloadTWiki
Change directory to
unzip the downloaded file Twiki-6.0.1.tgz in to /var/www/ which will create /var/www/twiki
Change the ownership of the twiki directory (/var/www/twiki)and its files to www-data:www-data
Add your user name (Computer login name) to www-data group
logout and log back in to check if your name is a member of the www-data group
| |||||||
> > | Now modify /etc/apache2/sites-available/000-default.conf Change ServerAdmin webmaster@localhost | |||||||
DocumentRoot /var/www/html to ServerAdmin webmaster@localhost | ||||||||
Line: 158 to 58 | ||||||||
From cpan install the following | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
now install rcs |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
Setting Up Twiki Server
to ServerAdmin webmaster@localhost DocumentRoot /var/www
# AllowOverride None # Require all granted
#</Directory
--
Comments
|