summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2010-11-30 14:00:01 -0500
committerRob Crittenden <rcritten@redhat.com>2010-12-02 16:26:53 -0500
commit78f1cf3629efae205d9eac49c7ab2eab4744c208 (patch)
tree85a2201b87d4789dec5b54e1c692319f27db5ffd
parentdf592c6cc8314b2fe520761206fd4e651d4e43c8 (diff)
downloadfreeipa-78f1cf3629efae205d9eac49c7ab2eab4744c208.tar.gz
freeipa-78f1cf3629efae205d9eac49c7ab2eab4744c208.tar.xz
freeipa-78f1cf3629efae205d9eac49c7ab2eab4744c208.zip
Drop outdated install/tools/README and add QuickStart link to top README
ticket 420
-rw-r--r--README6
-rw-r--r--install/tools/README67
2 files changed, 6 insertions, 67 deletions
diff --git a/README b/README
index 86c01f155..aa803017a 100644
--- a/README
+++ b/README
@@ -38,6 +38,12 @@
The most up-to-date documentation can be found at
<http://freeipa.org/page/Documentation/>.
+ Quick Start
+ -----------
+
+ To get started quickly, start here:
+ <https://fedorahosted.org/freeipa/wiki/QuickStartGuide>
+
Licensing
---------
diff --git a/install/tools/README b/install/tools/README
deleted file mode 100644
index 219e74c57..000000000
--- a/install/tools/README
+++ /dev/null
@@ -1,67 +0,0 @@
-
-Required packages:
-
-krb5-server
-fedora-ds-base
-fedora-ds-base-devel
-openldap-clients
-openldap-devel
-krb5-server-ldap
-cyrus-sasl-gssapi
-httpd
-mod_auth_kerb
-ntp
-openssl-devel
-nspr-devel
-nss-devel
-mozldap-devel
-mod_wsgi
-gcc
-python-ldap
-TurboGears
-python-kerberos
-python-krbV
-python-tgexpandingformwidget
-python-pyasn1
-
-Installation example:
-
-TEMPORARY: until bug https://bugzilla.redhat.com/show_bug.cgi?id=248169 is
- fixed.
-
-Please apply the fedora-ds.init.patch in freeipa/ipa-server/ipa-install/share/
-to patch your init scripts before running ipa-server-install. This tells
-FDS where to find its kerberos keytab.
-
-Things done as root are denoted by #. Things done as a unix user are denoted
-by %.
-
-# cd freeipa
-# patch -p0 < ipa-server/ipa-install/share/fedora-ds.init.patch
-
-Now to do the installation.
-
-# cd freeipa
-# make install
-
-To start an interactive installation use:
-# /usr/sbin/ipa-server-install
-
-For more verbose output add the -d flag run the command with -h to see all options
-
-You have a basic working system with one super administrator (named admin).
-
-To create another administrative user:
-
-% kinit admin@FREEIPA.ORG
-% /usr/sbin/ipa-adduser -f Test -l User test
-% ldappasswd -Y GSSAPI -h localhost -s password uid=test,cn=users,cn=accounts,dc=freeipa,dc=org
-% /usr/sbin/ipa-groupmod -a test admins
-
-An admin user is just a regular user in the group admin.
-
-Now you can destroy the old ticket and log in as test:
-
-% kdestroy
-% kinit test@FREEIPA.ORG
-% /usr/sbin/ipa-finduser test