diff --git a/.gitignore b/.gitignore index f43707f..5fdd877 100644 --- a/.gitignore +++ b/.gitignore @@ -74,6 +74,11 @@ yarn.lock backend/public/app/bower_components backend/public/app/credentials.js +# StreamBot +stream-bot/config/private +stream-bot/node_modules +stream-bot/.idea + # Frontend iOS/TogetherStream/TogetherStream/Configuration/private.plist diff --git a/README.md b/README.md index af77143..db254f8 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,12 @@ You can skip installing Google Analytics by removing the method `setupGoogleAnal 2. Replace the `sessionSecret` with a unique string. This is used to encrypt the session tokens. 3. Replace the email `userName` and `domainName` with your email address (i.e. `userName@domainName`), the `password` with your email password, and the `displayUserName` and `displayDomainName` with what you want the emails to be sent from. You can use the same values for here as your actual `userName` and `domainName` if you wish. + +### Frontend Configuration +1. In `backend/public/app/credentials.js` replace `YOUR_PRODUCTION_FACEBOOK_APP_ID` and `YOUR_DEVELOPMENT_FACEBOOK_APP_ID` with the ids for your production and development Facebook app ids respectively. +2. Replace `YOUR_YOUTUBE_API_KEY` with Youtube's API key provided by Google. +3. Replace the email `YOUR_CSYNC_SEVER_IP_ADDRESS` and `YOUR_CSYNC_SEVER_PORT` with your csync server's ip address and port. + ### Cloud Configuration 1. Go to https://console.ng.bluemix.net and create an account if you do not already have one. 2. Click "Create a Service", choose "Compose for PostgreSQL" and create it. @@ -94,3 +100,6 @@ Together Stream is intended solely for use with an Apple iOS product and intende ## Licenses [iOS](LICENSE-IOS) [Non-iOS](LICENSE-NON-IOS) + +## Contribution Guide +Want to contribute? Take a look at our [CONTRIBUTING.md](.github/CONTRIBUTING.md) diff --git a/backend/public/app/index.html b/backend/public/app/index.html index 85907ec..1fe5f84 100644 --- a/backend/public/app/index.html +++ b/backend/public/app/index.html @@ -43,28 +43,16 @@ ga('send', 'pageview'); + + - +