Skip to content
Open
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Members are granted activity points when performing certain activities. These po
1. Clone the repo `git clone [email protected]:meteor-vegas/website.git`
2. Copy the contents of `settings.example.json` into a new `settings.json` file
3. Go to [Meetup OAuth Consumers](https://secure.meetup.com/meetup_api/oauth_consumers/) and create 2 new apps, one for development and one for production
4. Enter the respective keys and secrets into the the `meetup.oauth_key` and `meetup.oauth_secret` keys in `settings.json`
4. Enter the respective keys and secrets into the `meetup.oauth_key` and `meetup.oauth_secret` keys in `settings.json`
5. Go to [Meetup API Keys](https://secure.meetup.com/meetup_api/key/) and copy your API Key into the `meetup.api_key` keys in `settings.json`
6. Run the app `meteor --settings settings.json`

Expand Down