You are browsing a read-only backup copy of Wikitech. The live site can be found at wikitech.wikimedia.org
Wmf-sre-laptop: Difference between revisions
Jump to navigation
Jump to search
imported>Muehlenhoff (Initial docs) |
imported>CDanis mNo edit summary |
||
Line 1: | Line 1: | ||
wmf-sre-laptop is a Debian package which provides example configs, scripts and documentation to setup access to SSH (production and Cloud VPS), Git and pwstore. It also pulls in packages that you'll need as dependencies. It's available on our internal repository. | {{DISPLAYTITLE:wmf-sre-laptop}} | ||
wmf-sre-laptop is a Debian package which provides example configs, scripts and documentation to setup access to SSH (production and Cloud VPS), Git and pwstore. It also pulls in packages that you'll need as dependencies. It's available on our [[APT repository|internal repository]]. | |||
* First of all you need to install the repository key for apt.wikimedia.org, it's documented here: | * First of all you need to install the repository key for apt.wikimedia.org, it's documented here: [[APT repository#Security]] | ||
* Then add this to your sources.list (the package should work for Buster and testing/sid): | * Then add this to your sources.list (the package should work for Buster and testing/sid): | ||
deb http://apt.wikimedia.org/wikimedia buster-wikimedia component/wmf-sre-laptop | deb http://apt.wikimedia.org/wikimedia buster-wikimedia component/wmf-sre-laptop | ||
* Then install wmf-sre-laptop, it will pull in a few packages you'll need as well. | * Then <code>apt install wmf-sre-laptop</code>, it will pull in a few packages you'll need as well. | ||
* /usr/share/doc/wmf-sre-laptop/README contains pointers to the next steps to setup git, SSH and pwstore access. | * /usr/share/doc/wmf-sre-laptop/README contains pointers to the next steps to setup git, SSH and pwstore access. |
Revision as of 14:50, 15 April 2020
wmf-sre-laptop is a Debian package which provides example configs, scripts and documentation to setup access to SSH (production and Cloud VPS), Git and pwstore. It also pulls in packages that you'll need as dependencies. It's available on our internal repository.
- First of all you need to install the repository key for apt.wikimedia.org, it's documented here: APT repository#Security
- Then add this to your sources.list (the package should work for Buster and testing/sid):
deb http://apt.wikimedia.org/wikimedia buster-wikimedia component/wmf-sre-laptop
- Then
apt install wmf-sre-laptop
, it will pull in a few packages you'll need as well.
- /usr/share/doc/wmf-sre-laptop/README contains pointers to the next steps to setup git, SSH and pwstore access.