diff options
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 33 |
1 files changed, 3 insertions, 30 deletions
diff --git a/README.adoc b/README.adoc index 53ed9fa..ab692d8 100644 --- a/README.adoc +++ b/README.adoc @@ -2,22 +2,6 @@ ## Getting Started -### Requirements - -This guide is based on Amazon Linux - -. Check requirements is installed - - $ rpm -q git make docker - -. Check the Docker works without `sudo` - - $ docker ps - -. Check the free disk space (at least 2GB-3GB needed) - - $ df -h - ### Download and Build . Clone a repository @@ -25,18 +9,7 @@ This guide is based on Amazon Linux $ git clone https://github.com/eisin/pamldapd $ cd pamldapd -. Build using Docker - - build only x86-64: - $ make - - build only i386: - $ make i386 - - build binaries both x86-64 and i386: - $ make all - -. (Build without docker) +. Build $ yum install -y gcc golang pam-devel $ go get github.com/msteinert/pam @@ -68,11 +41,11 @@ While pamldapd uses PAM authentication, root privilege is required. Start using configuration file, puts messages to STDOUT - $ sudo pamldapd -c pamldapd.json + # pamldapd -c pamldapd.json Start using configuration file, puts messages to a log file - $ sudo pamldapd -c pamldapd.json -l /var/log/pamldapd.log + # pamldapd -c pamldapd.json -l /var/log/pamldapd.log ## Configuration |