6 1. Replace 'localhost' with your server name in file /etc/httpd/conf/extra/httpd-foswiki.conf
8 2. Add line 'Include conf/extra/httpd-foswiki.conf' to /etc/httpd/conf/httpd.conf e.g.
9 sudo sh -c \"echo 'Include conf/extra/httpd-foswiki.conf' >> /etc/httpd/conf/httpd.conf\"
11 3. Restart Apache: sudo /etc/rc.d/httpd restart
13 4. Open http://YOUR_SERVER_NAME/foswiki/bin/configure with your favorite browser and follow instructions.
17 chown -R http:http foswiki-$1
18 ln -s foswiki-$1 foswiki
23 chown -R http:http foswiki-$1
24 ln -s foswiki-$1 foswiki
25 if [ $1 != $2 ] && [ -d foswiki-$2 ]; then
27 Move your pages and settings from /srv/http/htdocs/foswiki-$2 to /srv/http/htdocs/foswiki-$1.
28 Detailed upgrade guide: http://foswiki.org/System/UpgradeGuide.
29 Note: You'll need to restart the web server if you're using mod_perl or FastCGI).
34 rm -f /srv/http/htdocs/foswiki
36 Comment line 'Include conf/extra/httpd-foswiki.conf' in /etc/httpd/conf/httpd.conf and restart apache.
38 if [ -d /srv/http/htdocs/foswiki-$1 ]; then
40 Remove /srv/http/htdocs/foswiki-$1, if you really dont need your wiki pages anymore.