You are browsing a read-only backup copy of Wikitech. The live site can be found at wikitech.wikimedia.org

Scholarships.wikimedia.org: Difference between revisions

From Wikitech-static
Jump to navigation Jump to search
imported>Dzahn
(replace tin with deploy1001)
imported>BryanDavis
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
== What is scholarships? ==
#REDIRECT [[Obsolete:Scholarships.wikimedia.org]]
 
Wikimania scholarship application and review tools. See [[:mw:Wikimania_Scholarships_app|Wikimania Scholarships app]] for details.
 
== How do i access it? ==
 
https://scholarships.wikimedia.org/
 
== Where should i report issues? ==
{{Ptag|Wikimedia-Wikimania-Scholarships}}
Bugs are tracked in [[:phab:project/profile/740/|phabricator]].
 
== Where does it run? ==
The PHP application is deployed in an Apache vhost on [[krypton]] in the [[eqiad]] datacenter. SSL termination and front-end cache is provided by the misc varnish cluster. The scholarships database is served from db1048.eqiad.wmnet.
 
== Where's the code? ==
; Application
: Code is hosted locally in [https://gerrit.wikimedia.org/r/#/admin/projects/wikimedia/wikimania-scholarships gerrit] and [https://phabricator.wikimedia.org/diffusion/WWSC/ git]
; Configuration
: The application is configured in the operations/puppet repo:
:* modules/wikimania_scholarships
:* manifests/role/wikimania_scholarships.pp
:* manifests/misc/deployment.pp
:* templates/varnish/misc.inc.vcl.erb
: Usernames and passwords are managed via the ''passwords::mysql::wikimania_scholarships'' class in the private puppet repository.
 
== How is it deployed? ==
Deployment is managed with [[Scap3]] from the /srv/deployment/scholarships/scholarships directory on [[Deploy1001]]
 
<pre>
$ ssh deploy1001.eqiad.wmnet
$ cd /srv/deployment/scholarships/scholarships
$ get fetch origin
$ git rebase origin/master
$ scap deploy --verbose "message describing the deployment that will be !log'ed'"
</pre>
 
== Where are the logs? ==
Logs are written to [[mwlog1001]] in the /srv/mw-log/scholarships.log file by [[Udp2log]]
 
 
[[Category:Services]]

Latest revision as of 23:42, 30 November 2022