abkahrs / infra-docs

Forked from infra-docs 7 years ago
Clone
docs
.gitignore
2-factor.rst
README
README.rst
accountdeletion.rst
anitya.rst
ansible.rst
apps-fp-o.rst
archive-old-fedora.rst
arm.rst
askbot.rst
badges.rst
basset.rst
bastion-hosts-info.rst
bladecenter.rst
blockerbugs.rst
bodhi.rst
bugzilla.rst
bugzilla2fedmsg.rst
cloud.rst
collectd.rst
contenthosting.rst
copr.rst
cyclades.rst
darkserver.rst
database.rst
datanommer.rst
denyhosts.rst
departing-admin.rst
dns.rst
fas-notes.rst
fas-openid.rst
fedmsg-certs.rst
fedmsg-gateway.rst
fedmsg-introduction.rst
fedmsg-irc.rst
fedmsg-new-message-type.rst
fedmsg-relay.rst
fedmsg-websocket.rst
fedocal.rst
fedora-releases.rst
fedorahosted-fedmsg.rst
fedorahosted-project-cleanup.rst
fedorahosted-repo-setup.rst
fedorahosted.rst
fedorahostedrename.rst
fedorapackages.rst
fedorapastebin.rst
fedorawebsites.rst
fmn.rst
freemedia.rst
freenode-irc-channel.rst
gather-easyfix.rst
geoip-city-wsgi.rst
github.rst
github2fedmsg.rst
gitweb.rst
guestdisk.rst
guestedit.rst
guestmigrate.rst
haproxy.rst
hosted_git_to_svn.rst
hotfix.rst
hotness.rst
ibm-drive-replacement.rst
ibm_rsa_ii.rst
infra-git-repo.rst
infra-hostrename.rst
infra-raidmismatch.rst
infra-repo.rst
infra-retiremachine.rst
infra-sop.rst
infra-yubikey.rst
ipsilon.rst
iscsi.rst
jenkins-fedmsg.rst
kerneltest-harness.rst
kickstarts.rst
koji-builder-setup.rst
koji.rst
koschei.rst
layered-image-buildsys.rst
linktracking.rst
loopabull.rst
mailman.rst
making-ssl-certificates.rst
massupgrade.rst
mastermirror.rst
memcached.rst
mirrorhiding.rst
mirrormanager-S3-EC2-netblocks.rst
mirrormanager.rst
mote.rst
nagios.rst
netapp.rst
new-hosts.rst
nonhumanaccounts.rst
nuancier.rst
openvpn.rst
orientation.rst
outage.rst
packagedatabase.rst
pdc.rst
pesign-upgrade.rst
planetsubgroup.rst
privatefedorahosted.rst
publictest-dev-stg-production.rst
rdiff-backup.rst
requestforresources.rst
requirements.txt
resultsdb.rst
reviewboard.rst
scmadmin.rst
selinux.rst
sigul-upgrade.rst
sshaccess.rst
sshknownhosts.rst
staging-infra.rst
staging.rst
stagingservers.rst
status-fedora.rst
syslog.rst
taskotron.rst
torrentrelease.rst
unbound.rst
virt-image.rst
virt-notes.rst
virtio.rst
voting.rst
wiki.rst
zodbot.rst
README.rst

Fedora Infrastructure Documentation

Documentation Status on Read the Docs

This repository documents standard operating procedures for applications Fedora Infrastructure deploys and covers application development best practices for those applications we maintain ourselves.

This is designed to be consumed as a Sphinx documentation project. Documentation is available online on pagure and on Read the Docs.

To build the documentation locally, create a virtualenv and install the requirements:

$ sudo dnf install python-virtualenvwrapper
$ mkvirtualenv -a $(pwd) infra-docs
$ pip install -r requirements.txt

then build the documentation and open it in a browser of your choice:

$ cd docs
$ make html
$ firefox _build/html/index.html

To leave the virtual environment:

$ deactivate

Finally, when you want to work on the documentation, you can re-enter the virtual environment with:

$ workon infra-docs

It will automatically change the current working directory to the repository root.