Remove information on manual kerberos configuration

This commit is contained in:
Matt Prahl
2016-11-16 16:15:56 -05:00
parent efd5d203b3
commit e470f79ffb

View File

@@ -4,14 +4,8 @@ Development
We have two mechanisms for quickly setting up a development environment. `docker-compose` and `vagrant`.
In order to to setup a development environment, it is required that you have
your Fedora kerberos credentials generated in a *special location*.
Furthermore, our staging kerberos environment is a little special (compared to
the production one). You need to copy a kerberos configuration file for the
realm to your system::
$ sudo cp krb5-stg.fp.o /etc/krb5.conf.d/stg_fedoraproject_org
Then, before starting your development environment, run the following::
your Fedora kerberos credentials generated in a *special location*. Before
starting your development environment, run the following::
$ KRB5CCNAME=FILE:/var/tmp/krbcc kinit YOUR_USERNAME@STG.FEDORAPROJECT.ORG