Can I have r5763 deploy for the wporg…

Can I have r5763-deployDeploy Launching code from a local development environment to the production web server, so that it's available to visitors. for the wporg-web role updated? Requires an nginxNGINX NGINX is open source software for web serving, reverse proxying, caching, load balancing, media streaming, and more. It started out as a web server designed for maximum performance and stability. In addition to its HTTP server capabilities, NGINX can also function as a proxy server for email (IMAP, POP3, and SMTP) and a reverse proxy and load balancer for HTTP, TCP, and UDP servers. https://www.nginx.com/. deploy. It retires phpdoc.wordpress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/. (There will be more cleanup here, this is just the important part.)

#request

Hello Can we please have the mysql and…

Hello! Can we please have the mysqlMySQL MySQL is a relational database management system. A database is a structured collection of data where content, configuration and other options are stored. https://www.mysql.com/. and mysqldump CLICLI Command Line Interface. Terminal (Bash) in Mac, Command Prompt in Windows, or WP-CLI for WordPress. tools installed on WordCamp.org? We’d like to use them to dump and (possibly) restore cherry-picked non-global tables during our city.wordcamp.org/year migrationMigration Moving the code, database and media files for a website site from one server to another. Most typically done when changing hosting companies.. Thanks!

#mysql, #wordcamp-org

Moving the NFS mounts

Per a conversation with @barry, we’re going to move most NFS mounts on .org to a single centralized location. Here’s the checklist, in order:

  • Prepare PHPPHP PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. http://php.net/manual/en/intro-whatis.php. scripts to use the new locations if things are mounted (r9244-dotorg and a few others).
  • Set up the new location in nginxNGINX NGINX is open source software for web serving, reverse proxying, caching, load balancing, media streaming, and more. It started out as a web server designed for maximum performance and stability. In addition to its HTTP server capabilities, NGINX can also function as a proxy server for email (IMAP, POP3, and SMTP) and a reverse proxy and load balancer for HTTP, TCP, and UDP servers. https://www.nginx.com/. for X-Accel-Redirect (r5733-deployDeploy Launching code from a local development environment to the production web server, so that it's available to visitors.).
  • Deploy the wporg-web role and reload nginx, which contains the new location in nginx.
  • Commit and deploy my patch (uploaded to SlackSlack Slack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/. room), which adds new mounts to fstab-nfs and initializes the directories in a migrations script.
  • Run my script included in the patch as a global command to initialize the directories, add the new mounts to fstab, and mount them.

After that:

  • I then need to commit some new Nginx location blocks for the old URLs pointing to the new NFS locations (in some cases, they were directly accessible, such as wordpress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org//nightly-builds and some Rosetta stuff).
  • Those Nginx rules will then need to be deployedDeploy Launching code from a local development environment to the production web server, so that it's available to visitors..
  • Remove and clean up after the old mounts once we verify everything works and nothing is using them. We’ll keep the uploads mount, but we’ll be able to remove everything else, including the BuddyPress and MU dl-archive mounts.

We’re going to be doing a HEAD request…

We’re going to be doing a HEAD request to https://api.wordpress.org/translations/core/1.0/?version=4.1 on the 4.1 about page, in JavaScript. While the heavy operations performed there are cached in memcache for 15 minutes, I think it may be prudent for us to (temporarily?) cache it at the load balancers to avoid being CPU-bound.

Suggestion: cache OPTIONS and HEAD requests to https://api.wordpress.org/translations/core/1.0/ for a period of time. A minute or 15 minutes is fine, but so is an hour.

#caching, #lb, #request

@otto42 can you please give my account access…

@otto42, can you please give my account access to close tickets on themes.trac? I need to test out some i18n changes to the theme upload script and don’t want to clutter the tracTrac Trac is the place where contributors create issues for bugs or feature requests much like GitHub.https://core.trac.wordpress.org/. w/ a bunch of open test tickets.

#trac

@nacin the new Training team would like to…

@nacin, the new Training team would like to use training@ in conjunction with SupportFlow. Could you please setup the address for them? Once it’s active I can setup SupportFlow.

xref https://make.wordpress.org/systems/2014/11/18/email-google-apps/
cc @liljimmi

#email

I seem to have lost access to a…

I seem to have lost access to a couple of things, notably dotorg.tracTrac Trac is the place where contributors create issues for bugs or feature requests much like GitHub.https://core.trac.wordpress.org/. and phpmyadmin on mc – 403 on both. Sandbox and svn access are fine, as is access to the mc root. I have had a couple of proxy issues lately – is the problem on my side?

Can I please have commit access granted to…

Can I please have commit access granted to buddypress.svn.wordpress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/ for the username “tw2113”?

Michael will be focusing primarily on documentation similar to the fine work Drew does with WordPress coreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress..

We’ve chatted about the responsibilities and expectations commit access comes with, and we’re excited to have him aboard improving BuddyPress’s code documentation.

#buddypress, #commit