-
-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into ch-mongo-adapter-api-app-files
- Loading branch information
Showing
4 changed files
with
836 additions
and
363 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# These are supported funding model platforms | ||
|
||
open_collective: cloudboost |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,7 +78,7 @@ Make sure both Redis and MongoDB are running and then run the CloudBoost server | |
|
||
`node server.js` | ||
|
||
Once the server is running. You'll see the ClusterKey and SecureKey on the console whcih means you've successfully started CloudBoost. If you don't see any of these keys, please raise a GitHub issue and let us know. | ||
Once the server is running. You'll see the ClusterKey and SecureKey on the console which means you've successfully started CloudBoost. If you don't see any of these keys, please raise a GitHub issue and let us know. | ||
|
||
|
||
## Once the server is running, You can | ||
|
@@ -222,36 +222,16 @@ To read more about app settings, check [Click here](https://github.com/CloudBoos | |
- Email: [[email protected]](mailto:[email protected]) | ||
- Twitter: [@cloudboostio](https://twitter.com/cloudboostio) | ||
|
||
# Tests | ||
|
||
Tests are in a seperate repository. You can find them [here.](https://www.github.com/cloudboost/javascriptsdk) | ||
|
||
# Contributing | ||
|
||
[Pull requests](https://help.github.com/articles/about-pull-requests/) are very welcome! | ||
|
||
We'd love to hear your feedback and suggestions in the [issue tracker](https://github.com/CloudBoost/cloudboost/issues). | ||
|
||
# Backers | ||
|
||
If you're using CloudBoost Open Source and like what we've built, help us speed development by being a backer. [[Become a backer](https://opencollective.com/cloudboost#backer)] | ||
|
||
<a href="https://opencollective.com/cloudboost/backer/0/website" target="_blank"><img src="https://opencollective.com/cloudboost/backer/0/avatar.svg"></a> | ||
<a href="https://opencollective.com/cloudboost/backer/1/website" target="_blank"><img src="https://opencollective.com/cloudboost/backer/1/avatar.svg"></a> | ||
<a href="https://opencollective.com/cloudboost/backer/2/website" target="_blank"><img src="https://opencollective.com/cloudboost/backer/2/avatar.svg"></a> | ||
<a href="https://opencollective.com/cloudboost/backer/3/website" target="_blank"><img src="https://opencollective.com/cloudboost/backer/3/avatar.svg"></a> | ||
<a href="https://opencollective.com/cloudboost/backer/4/website" target="_blank"><img src="https://opencollective.com/cloudboost/backer/4/avatar.svg"></a> | ||
<a href="https://opencollective.com/cloudboost/backer/5/website" target="_blank"><img src="https://opencollective.com/cloudboost/backer/5/avatar.svg"></a> | ||
<a href="https://opencollective.com/cloudboost/backer/6/website" target="_blank"><img src="https://opencollective.com/cloudboost/backer/6/avatar.svg"></a> | ||
<a href="https://opencollective.com/cloudboost/backer/7/website" target="_blank"><img src="https://opencollective.com/cloudboost/backer/7/avatar.svg"></a> | ||
<a href="https://opencollective.com/cloudboost/backer/8/website" target="_blank"><img src="https://opencollective.com/cloudboost/backer/8/avatar.svg"></a> | ||
<a href="https://opencollective.com/cloudboost/backer/9/website" target="_blank"><img src="https://opencollective.com/cloudboost/backer/9/avatar.svg"></a> | ||
<a href="https://opencollective.com/cloudboost/backer/10/website" target="_blank"><img src="https://opencollective.com/cloudboost/backer/10/avatar.svg"></a> | ||
|
||
|
||
# LICENSE | ||
|
||
Copyright 2016 HackerBay Software Private Limited. | ||
Copyright 2020 HackerBay, Inc. | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
|
Oops, something went wrong.