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 https://core.trac.wordpress.org/ instead.

License

Notifications You must be signed in to change notification settings

seronet-project/WordPress

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordpress on Cloud Foundry

echo -e "<?php\n" > wp-keys.php
wget https://api.wordpress.org/secret-key/1.1/salt/ -O - >> wp-keys.php
cf push --no-start
cf cs nfs Existing wpvol -c '{\"share\":\"...\"}'
cf bs wp wpvol -c '{\"uid\":\"1000\",\"gid\":\"1000\",\"mount\":\"/home/vcap/app/files\"}'
cf wp start

### Plugins
- https://github.com/daggerhart/openid-connect-generic
- WP Multilang

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 https://core.trac.wordpress.org/ instead.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 61.8%
  • JavaScript 20.5%
  • CSS 16.5%
  • SCSS 1.2%