Skip to content
This repository has been archived by the owner on Feb 25, 2019. It is now read-only.

Clarified setup instructions #134

Merged
merged 1 commit into from
Jul 29, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#Anvil Connect
# Anvil Connect

[![Join the chat at https://gitter.im/anvilresearch/connect](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/anvilresearch/connect?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Slack](http://slackin.anvil.io/badge.svg)](http://slackin.anvil.io/)
![Dependencies](https://img.shields.io/david/anvilresearch/connect.svg) ![License](https://img.shields.io/github/license/anvilresearch/connect.svg) ![Downloads](https://img.shields.io/npm/dm/anvil-connect.svg) ![npm](https://img.shields.io/npm/v/anvil-connect.svg)

##What We're Doing
## What We're Doing
### We're building a modern authorization server to authenticate your users and protect your APIs.

####You can find professional services and sponsor information on [our website](http://anvil.io).
#### You can find professional services and sponsor information on [our website](http://anvil.io).

#### Simplified Security
- Share user accounts between multiple apps and services with Single Sign-On (shared sessions)
Expand All @@ -31,7 +31,7 @@



##Get Started
## Get Started

#### Requirements

Expand Down Expand Up @@ -68,26 +68,29 @@ $ nv assign <email> authority
$ nv serve
```

You should now have an OpenID Connect Provider running in development mode.
You should now have an Anvil Connect instance running in development mode.


## Development

We are a growing community of contributors of all kinds, join us!

#### Chat on Gitter or Slack
### Chat on Gitter or Slack

Come say hello on Gitter or Slack! We love talking shop with Anvil Connect users :)

[![Gitter](https://badges.gitter.im/anvilresearch/connect.svg)](https://gitter.im/anvilresearch/connect) [![Slack](http://slackin.anvil.io/badge.svg)](http://slackin.anvil.io/)

### Weekly Community Meetings

Every Thursday at 9AM PDT / 12PM EDT / 4PM GMT we get together to map out the future of the project, talk through specs, review code, and help each other ship. You're welcome to [join in](https://github.com/anvilresearch/connect/wiki/Weekly-Community-Hangouts-and-Meeting-Notes).

###Pair Programming
### Pair Programming

We often pair on more challening or new code, hop into Gitter or Slack and join us, or request your own session.

###Need more engagement?
### Need more engagement?

Support and consulting also available, contact us via [the website](http://anvil.io) or by [email](mailto:contact@anvil.io)

## Documentation
Expand Down