Commit 8340795c0b3307e82afcd993c56a16296c743446

Authored by Macartur Carvalho
1 parent e9cb352e

adding script ldap_register

Showing 1 changed file with 9 additions and 0 deletions   Show diff stats
script/ldap_register.sh 0 → 100755
... ... @@ -0,0 +1,9 @@
  1 +
  2 +
  3 +git clone https://github.com/macartur/Ldap-Register.git /opt/
  4 +
  5 +sudo unicorn_rails -c /opt/Ldap-Register/config/unicorn.rb -E production -l 0.0.0.0:9080 -D
  6 +
  7 +
  8 +
  9 +
... ...