• Stars
    star
    223
  • Rank 172,084 (Top 4 %)
  • Language
    PHP
  • Created about 11 years ago
  • Updated 24 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

BuddyPress DEVELOPMENT repo. This repository is just a mirror of the development SVN at https://buddypress.svn.wordpress.org/. Please include a link to a pre-existing ticket on https://buddypress.trac.wordpress.org/ with every pull request.

BuddyPress

Unit Tests

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.

Getting Started

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

Development Environment Commands

Ensure Docker is running before using these commands.

To start the development environment for the first time

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.

To stop the development environment

You can stop the environment when you're not using it to preserve your computer's power and resources:

npm run wp-env stop

To start the development environment again

Starting the environment again is a single command:

npm run wp-env start

Credentials

To login to the site, navigate to http://localhost:8888/wp-admin.

  • Username: admin
  • Password: password

To generate a new password (recommended):

  1. Go to the Dashboard
  2. Click the Users menu on the left
  3. Click the Edit link below the admin user
  4. 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).

More Repositories

1

BP-REST

A RESTful API, for BuddyPress
PHP
158
star
2

wp-cli-buddypress

WP-CLI Community Package of BuddyPress commands
PHP
48
star
3

bp-attachments

BP Attachments is a BuddyPress component to help others deal with attachments
PHP
39
star
4

next-template-packs

is this the next BuddyPress template pack?
PHP
36
star
5

BP-Default

The classic BuddyPress theme.
PHP
13
star
6

bp-blocks

Blocks for BuddyPress
JavaScript
13
star
7

bp-types-ui

A plugin for creating BuddyPress Member Types and Group Types via a Dashboard UI
PHP
11
star
8

bp-graphql

GraphQL implementation for BuddyPress
PHP
10
star
9

buddyvibes

The next great looking BuddyPress Block Theme!
PHP
9
star
10

bp-rewrites

Migrate the BP legacy URI parser in favor of the WP Rewrite API
PHP
6
star
11

buddypress-data-exporters

Pre-release GDPR tools for BuddyPress
PHP
5
star
12

BuddyPress-build

BuddyPress RELEASE repo. This repository is just a mirror of the release SVN at https://plugins.svn.wordpress.org/buddypress/. Please do not send pull requests, submit patches to https://buddypress.trac.wordpress.org/ instead. More at http://buddypress.org/
PHP
5
star
13

style-modules

JavaScript
4
star
14

bp-sync-to-wporg

Bash script to sync BuddyPress trunk from BP svn to plugins.svn.wordpress.org, for translate.wordpress.org string import.
Shell
3
star
15

bp-documentation

Tasks tracker for the BuddyPress documentation resources
3
star
16

developer.buddypress.org

PHP
2
star
17

bpdeploy

Deployment script for BuddyPress releases. Shield thine eyes.
Shell
2
star
18

bp-coding-standards

PHP_CodeSniffer rules (sniffs) to enforce BuddyPress minimum coding conventions.
1
star
19

bp-activity-block-editor

Let's enjoy Blocks into BP Activities!
PHP
1
star
20

bp-classic

BuddyPress backward compatibility plugin to be able to carry on using it the old way!
PHP
1
star