Skip to content

Commit

Permalink
Some more first-time instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
gdestuynder authored Aug 3, 2016
1 parent 2c2e712 commit 09e644a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,21 @@ Ideally
=======
The upstream package would need modifications to properly install without prompting the user on first install.
Additionally, all npm packages should be separate RPMs.

What you have to do to use this
===============================

- Create ('make fpm') or download the rpm from releases
- Install the rpm (yum or rpm -U blah.rpm)
- Change the file /opt/ad-ldap-connector/environ if you use a proxy
- Copy over your previous certs directory and config.json. If you have no previous version you're done.

To run it
=========
First time run requires you to run it interactively to fetch the auth0 ticket:
$ sudo -u ad-ldap-connector node server.js
You can then modify config.json and start the daemon:
$ systemctl start ad-ldap-connector
$ systemctl enable ad-ldap-connector

Verify it works in https://manage.auth0.com/#/connections/enterprise

0 comments on commit 09e644a

Please sign in to comment.