Server source for fair.pm
Find a file
costdev bd10232046 Rename the plugin directory for consistency.
Signed-off-by: costdev <79332690+costdev@users.noreply.github.com>
2025-06-05 17:01:49 +01:00
.config Initial export of the repository 2025-06-05 11:48:47 +02:00
.github/workflows Initial export of the repository 2025-06-05 11:48:47 +02:00
bin Initial export of the repository 2025-06-05 11:48:47 +02:00
content Rename the plugin directory for consistency. 2025-06-05 17:01:49 +01:00
docs Initial export of the repository 2025-06-05 11:48:47 +02:00
.build-script Initial export of the repository 2025-06-05 11:48:47 +02:00
.distignore Initial export of the repository 2025-06-05 11:48:47 +02:00
.gitignore Initial export of the repository 2025-06-05 11:48:47 +02:00
.wp-env.json Initial export of the repository 2025-06-05 11:48:47 +02:00
composer.json Initial export of the repository 2025-06-05 11:48:47 +02:00
composer.lock Initial export of the repository 2025-06-05 11:48:47 +02:00
README.md Initial export of the repository 2025-06-05 11:48:47 +02:00

Server

This is the overarching repo for the code deployed to our development server, running at https://beta.web-pub.org/

Accessing

During development, the beta environment is protected with Basic authentication. The credentials are:

  • Username: openwebff
  • Password: wither-nodding-dues-morals-splat

Local Development

This repository is pre-configured with wp-env configuration. You can set up a local environment using:

# First, install Composer dependencies.
composer install

# Then, start an environment.
npx @wordpress/env start

Deployment

Deployment will eventually be automatic, but in the meantime, you can run bin/deploy.sh. This will synchronize the content/ directory to the server using rsync.

To ignore files from deployment, specify them in .distignore.

License

Licensed under the GNU General Public License, v2 or later. Copyright 2025 contributors.

Incorporates code from WordPress/wordpress.org. Licensed under the GNU General Public License, v2 or later. Copyright 2025 contributors.