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

Phonations/WordPress

 
 

Repository files navigation

Wordpress for ADM

This wordpress fork is dedicated for the Phonations website: http://www.phonations.com

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.phonations.com

  ServerAdmin [email protected]

  DocumentRoot /var/www/phonations/
  <Directory /var/www/phonations>
    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 76.3%
  • JavaScript 13.7%
  • CSS 8.8%
  • HTML 1.2%