KDE.org/Local Setup: Difference between revisions

From KDE Community Wiki
Line 14: Line 14:
This could for example look like:
This could for example look like:
  apt-get install apache2 libapache2-mod-php5 php5-mysql
  apt-get install apache2 libapache2-mod-php5 php5-mysql
Make sure that it works by checking out localhost in a web browser.


=== Setting up ===
=== Setting up ===

Revision as of 14:57, 9 July 2012

Introduction

This page will help you getting started improving the KDE websites. Currently all pages are being ported to WordPress since it offers a full CMS.

Prerequirements

You should have some things running on your machine already before starting. You will need:

  • Apache2 and the usual modules (php such as libapache2-mod-php5)
  • mysql

This could for example look like:

apt-get install apache2 libapache2-mod-php5 php5-mysql

Make sure that it works by checking out localhost in a web browser.

Setting up

For new sites we use WordPress. You should get the latest WordPress release from: wordpress.org


The recommended setup is: