Powerful plugin that takes your WordPress.org powered site beyond the blog with social-network features like user profiles, activity streams, user groups, and more.
Self-host this app for $0.99/mo only!
Welcome to the BuddyPress development repository! This repository is a mirror of our development SVN repository. Please do not send pull requests here, instead submit patches to our SVN repository. Check out the Participate & 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:
brew install nodechoco install nodeapt install nodejs npmIf you are not using a package manager, see the Node.js download page for installers and binaries.
You will also need Docker 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.
Ensure Docker is running before using these commands.
npm install
npm run wp-env start
Your WordPress community site will be accessible at http://localhost:8888. You can see configurations in the .wp-env.json file located at the root of the project directory. You can override these configurations using a .wp-env.override.json file located at the root of the project repository.
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 login to the site, navigate to http://localhost:8888/wp-admin.
adminpasswordTo generate a new password (recommended):
Please login to review this project.
No reviews for this project yet.
Chirpy is an open-source, privacy-friendly and customizable…
A link aggregator / reddit clone for the fediverse. Reddit …
Free, professional grade software package that allows you t…
Comments (0)
Please login to join the discussion on this project.