- Notifications
You must be signed in to change notification settings - Fork165
BuddyPress DEVELOPMENT repo. This repository is just a mirror of the development SVN athttps://buddypress.svn.wordpress.org/. Please include a link to a pre-existing ticket onhttps://buddypress.trac.wordpress.org/ with every pull request.
buddypress/buddypress
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Welcome to the BuddyPress development repository! This repository is a mirror of our developmentSVN repository. Please do not send pull requests here, instead submit patches to ourSVN repository. Check out theParticipate & contribute page of our Codex for information about how to open bug reports, contribute patches, test changes, write documentation, or get involved in any way you can.
BuddyPress is a WordPress plugin to power you community site. It is a PHP, MySQL, and JavaScript based project, and uses Node for its JavaScript dependencies. A local development environment is available to quickly get up and running.
You will need a basic understanding of how to use the command line on your computer. This will allow you to set up the local development environment, to start it and stop it when necessary, and to run the tests.
You will need Node and npm installed on your computer. Node is a JavaScript runtime used for developer tooling, and npm is the package manager included with Node. If you have a package manager installed for your operating system, setup can be as straightforward as:
- macOS:
brew install node
- Windows:
choco install node
- Ubuntu:
apt install nodejs npm
If you are not using a package manager, see theNode.js download page for installers and binaries.
You will also needDocker installed and running on your computer. Docker is the virtualization software that powers the local development environment. Docker can be installed just like any other regular application.
EnsureDocker is running before using these commands.
npm installnpm run wp-env start
Your WordPress community site will be accessible athttp://localhost:8888.
You can stop the environment when you're not using it to preserve your computer's power and resources:
npm run wp-env stop
Starting the environment again is a single command:
npm run wp-env start
To log in to the site, navigate tohttp://localhost:8888/wp-admin.
- Username:
admin
- Password:
password
To generate a new password (recommended):
- Go to the Dashboard
- Click the Users menu on the left
- Click the Edit link below the admin user
- Scroll down and click 'Generate password'. Either use this password (recommended) or change it, then click 'Update User'. If you use the generated password be sure to save it somewhere (password manager, etc).
About
BuddyPress DEVELOPMENT repo. This repository is just a mirror of the development SVN athttps://buddypress.svn.wordpress.org/. Please include a link to a pre-existing ticket onhttps://buddypress.trac.wordpress.org/ with every pull request.
Topics
Resources
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.