From Fedora Project Wiki
(Created page with "{{admon/warning | THIS PAGE IS NOT READY | Don't follow these instructions for anything yet. This page is still under construction and needs to be fact checked for accuracy.}}...")
 
(Added language bar)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{autolang|base=yes}}
{{admon/warning | THIS PAGE IS NOT READY | Don't follow these instructions for anything yet. This page is still under construction and needs to be fact checked for accuracy.}}
{{admon/warning | THIS PAGE IS NOT READY | Don't follow these instructions for anything yet. This page is still under construction and needs to be fact checked for accuracy.}}


Line 5: Line 6:
== Logging in ==
== Logging in ==


<pre>ssh ...</pre>
<pre>ssh magazine.fedorainfracloud.org</pre>


== Updating plugins ==


Plugins must be updated through a remote SSH session at the command line. However, the procedure is much the same as with any other self-hosted WordPress instance. The folder location is based on the fact that the Magazine runs on OpenShift.
== Hosting ==
 
For issues within the instance (software on the VM itself etc), please
contact Chris Roberts (croberts on IRC).
 
This instance is hosted in the Fedora Infrastructure Private Cloud.
In case of issues with the cloud instance, please ping puiterwijk on freenode.
If he is unavailable, just ask in #fedora-admin.


<pre>
== Updating plugins ==
ssh ...
cd ...
curl -s -o - http://&lt;link to new plugin .tar.gz&gt; | tar xz
</pre>


Repeat the `curl` command for each plugin that requires an update.
Plugins can be updated directly in the administrator control panels. Be careful to ensure the update has been tested; consult with the Magazine staff via the {{fplist|marketing}} mailing list first.


== Updating WordPress ==
== Updating WordPress ==


(TBD, basically you can do this at the CLI as well but you also have to restart the gears.)
(TBD, basically you can do this at the CLI as well but you also have to restart the gears.)

Latest revision as of 11:48, 15 March 2018

Warning.png
THIS PAGE IS NOT READY
Don't follow these instructions for anything yet. This page is still under construction and needs to be fact checked for accuracy.
Note.png
For administrators only
If you're not a Magazine administrator, the procedures described here probably won't work for you. Please don't mess around with the Magazine unless you're reasonably sure you know what you're doing. Remember that the Magazine serves many thousands of people every day!

Logging in

ssh magazine.fedorainfracloud.org


Hosting

For issues within the instance (software on the VM itself etc), please contact Chris Roberts (croberts on IRC).

This instance is hosted in the Fedora Infrastructure Private Cloud. In case of issues with the cloud instance, please ping puiterwijk on freenode. If he is unavailable, just ask in #fedora-admin.

Updating plugins

Plugins can be updated directly in the administrator control panels. Be careful to ensure the update has been tested; consult with the Magazine staff via the marketing mailing list first.

Updating WordPress

(TBD, basically you can do this at the CLI as well but you also have to restart the gears.)