Skip to content

WordPress, Git-ified. Synced via SVN every 15 minutes, including branches and tags! This repository is just a mirror of the WordPress subversion repository. Please do not send pull requests. Submit patches to http://core.trac.wordpress.org/ instead.

License

Notifications You must be signed in to change notification settings

atelierdesmedias/WordPress

 
 

Repository files navigation

Wordpress for ADM

This wordpress fork is dedicated for the ADM website: http://www.atelier-medias.org

Installation

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

git clone https://github.com/atelierdesmedias/WordPress adm
cd adm
git submodule init
git submodule update


<VirtualHost *:80>
  ServerName www.atelier-medias.org
  ServerAlias www2.atelier-medias.org
  ServerAlias atelier-medias.org

  ServerAdmin [email protected]

  DocumentRoot /var/www/adm/
  <Directory /var/www/adm>
    Options Indexes FollowSymLinks MultiViews
    AllowOverride All
    Order allow,deny
    allow from all
  </Directory>

  ErrorLog /var/log/apache2/file.log
  CustomLog /var/log/apache2/file.log combined

  RewriteEngine On
</VirtualHost>

About

WordPress, Git-ified. Synced via SVN every 15 minutes, including branches and tags! This repository is just a mirror of the WordPress subversion repository. Please do not send pull requests. Submit patches to http://core.trac.wordpress.org/ instead.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 69.6%
  • JavaScript 18.4%
  • CSS 11.6%
  • Other 0.4%