- Install Docker Install Docker
sudo snap install docker
- install PHP
sudo apt install php-xmlwriter php-cli php-curl php-mbstring docker-compose-plugin
./composer.phar install --prefer-dist --optimize-autoloader
- Using Subversion with the WordPress Plugin Directory
- FAQ about the WordPress Plugin Directory
- WordPress Plugin Directory readme.txt standard
- A readme.txt validator
- Plugin Assets (header images, etc)
- WordPress Plugin Directory Guidelines
- Block Specific Plugin Guidelines
yarn build
yarn start
- Login and go to the Plugins page and click
Activate
on the Authress settings screen.
To test login, navigate to http://localhost:8080/wp-login.php
- The default login credentials as
admin
-admin
Likewise the admin menu is at:http://localhost:8080/wp-admin.php
- /templates
- authress-login-form.php - UI mask for the login box
- /lib
- Authress_Sso_Login_LoginManager.php - Logic for handling authentication
- /wordpress
- Configuration files for the WordPress plugin on WordPress.org