Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Because the Plugin Portal 3.0 is a PHP application, it is enough to just login to netbeans-vm.apache.org machine as pluginportal user, and pull the latest sources from the Git repository. There is no cron job setup so redeployment needs to be done purely manually. If you want to find out need the password for pluginportal user, send an e-mail to private@netbeans.apache.org mailing list with appropriate justification why you need that.

ssh <your_username>@netbeans-vm.apache.org
su - pluginportal
cd /space/pp3
git pull

...

Both Google and GitHub clientID and secret values are stored in /space/pp3/module/Application/config/module.config.php file. Both Google and GitHub SSO providers are configured to authenticate Plugin Portal users using netbeans-vm@gmail.com account. If you need the password for that GMail account, send an e-mail to private@netbeans.apache.org mailing list with appropriate justification.

How can one become Plugin Portal administrator?

...