Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 376 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 376 Bytes

guildbook

LDAP-based address book interface

development

bundle install
npm install
export WEBPACK_DEV_SERVER_URL=http://localhost:8080/assets/
npm run-script serve -- --port=8080 &
bundle exec rackup --port=9292 &

deployment

bundle install --deployment
npm install --only=production
npm run-script build
bundle exec rackup -E production