example/README.md in omniauth-pam-1.2.1 vs example/README.md in omniauth-pam-1.3.0
- old
+ new
@@ -4,19 +4,20 @@
primitive [Sinatra][] application.
You can start it by doing:
```bash
-[sudo] gem install bundler foreman
-bundle install
-foreman start
+sudo apt-get install bundler # or: sudo gem install bundler
+bundle install --path vendor/bundle
+bundle exec rackup
```
Preferably from within the Vagrantfile included in the root of the repository.
## Usage
-1. Go to http://localhost:5000
+1. Go to http://localhost:9292
2. You'll be redirected to a login page.
3. Enter a system user account (for example: vagrant/vagrant).
4. Then, you'll be redirected to another page listing the auth hash details.
+[Sinatra]: http://www.sinatrarb.com