Project

General

Profile

Actions

Bug #1538

closed

Document planet instances in infra-doc

Added by Dennis Roczek over 8 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Category:
Webserver
Target version:
Team - Qlater
Start date:
Due date:
% Done:

0%

Tags:
Documentation

Description

old instance config stuff from floeff

apt-get -y install planet-venus
create virtual host as outlined earlier on
mkdir -p /etc/planet/tdf
mkdir /etc/planet/tdf/cache
cp -R /usr/share/planet-venus/theme/asf/ /etc/planet/tdf/theme
cp -R /usr/share/planet-venus/theme/common/ /etc/planet/tdf/common
chown -R wsadmin: /etc/planet/tdf/theme
chown -R wsadmin: /etc/planet/tdf/common
chown -R wsadmin: /etc/planet/tdf/cache
cat > /etc/planet/tdf/planet.ini << EOF
[Planet]
name = The Document Foundation Planet
link = http://planet.documentfoundation.org
owner_name = The Document Foundation
owner_email = $WEBMASTER
output_theme = /etc/planet/tdf/theme
cache_directory = /etc/planet/tdf/cache
output_dir = /var/www/sites/planet.documentfoundation.org
feed_timeout = 60
items_per_page = 40
log_level = DEBUG
days_per_page = 50
activity_threshold = 50
new_feed_items = 5
EOF
sudo -u wsadmin planet --verbose /etc/planet/tdf/planet.ini
add imprint and legal paragraph to template
copy tdf.png to common directory
add <link rel="shortcut icon" href="http://www.documentfoundation.org/favicon.ico" /> to template
echo -e "*/60 * * * *\twsadmin\tplanet /etc/planet/tdf/planet.ini" > /etc/cron.d/9999planet
echo "planet/tdf/cache" >> /etc/.gitignore
Actions

Also available in: Atom PDF