You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+6-12
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@
4
4
Countly is a big project benefiting from plugin support to make contributions easy, and we are happy to receive contributors with different skills:
5
5
6
6
* If you know Javascript and HTML5/CSS you can contribute to core layer and user interface of Countly.
7
-
* If you know MongoDB and Node.js, you can contribute to database layer.
7
+
* If you know MongoDB and NodeJS, you can contribute to database layer.
8
8
* If you know Java, you can contribute to [Countly Android SDK](https://github.com/countly/countly-sdk-android).
9
9
* If you know Objective-C, you can contribute to [Countly iOS SDK](https://github.com/countly/countly-sdk-ios).
10
10
* If you know any other language, you can start writing your own SDK and help others use Countly as a backend.
11
-
[Here's a list of SDKs that Countly supports](http://resources.count.ly/v1.0/docs/downloading-sdks).
11
+
[Here's a list of SDKs that Countly supports](https://support.count.ly/hc/en-us/articles/360037236571-Downloading-and-Installing-SDKs).
12
12
13
13
## Contribution areas
14
14
@@ -27,19 +27,13 @@ Before starting, you may want to check Github's guide on [contributing open sour
27
27
28
28
## Translations
29
29
30
-
All translations take place on [Transifex Countly page](transifex.com/projects/p/countly). Please check if your language
30
+
All translations take place on [Transifex Countly page](https://explore.transifex.com/osoner/countly/). Please check if your language
31
31
is not there, or has a small percentage of translation. Create your account and apply to be a translator.
32
32
33
33
## Setting up a Development Environment
34
34
35
-
Whether you want to start working on developing a new plugin, or some feature/issue on the Countly Server itself, you will need a development environment to test your code on.
35
+
Whether you want to start working on developing a new plugin, or some feature/issue on the Countly Server itself, you will need a development environment to test your code on.
36
36
37
-
You can install Countly on Ubuntu yourself: https://support.count.ly/hc/en-us/articles/360036862332-Installing-the-Countly-Server
38
-
39
-
Or use Docker containers: https://support.count.ly/hc/en-us/articles/360037814511-Docker-and-Kubernetes
40
-
41
-
42
-
## Add a badge to your site
43
-
44
-
If you like Countly, [why not use one of our badges]([https://count.ly/brand-assets/](https://countly.com/brand-guidelines)) and give a link back to us, so others know about this wonderful platform?
37
+
1.[You can install Countly on server/VM running Ubuntu](https://support.count.ly/hc/en-us/articles/360037443652-Upgrading-the-Countly-Server)
45
38
39
+
2.[You can use Docker containers](https://support.count.ly/hc/en-us/articles/360037814511-Docker-and-Kubernetes)
Copy file name to clipboardexpand all lines: README.md
+5-6
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,9 @@
15
15
16
16
## 🌟 What is Countly?
17
17
18
-
Countly is a product analytics platform that helps teams track, analyze and act-on their user actions and behaviour on mobile, web and desktop applications.
18
+
Countly is a product analytics platform that helps teams track, analyze and acton their user actions and behaviour on mobile, web and desktop applications.
19
19
20
-
Countly tracks 1.5B unique identities on more than 16,000 applications via 2,000+ servers worldwide. It securely processes billions of data points every day in the cloud and on-premises, enabling teams of all sizes to build better applications and engaging experiences while maintaining full control over their product analytics data flow.
20
+
Countly is used to track 1.5B unique identities on more than 16,000 applications via 2,000+ servers worldwide. It securely processes billions of data points every day in the cloud and on-premises, enabling teams of all sizes to build better applications and engaging experiences while maintaining full control over their product analytics data flow.
21
21
22
22
One-minute video introduction to Countly Community Edition (opens Youtube):
23
23
@@ -27,7 +27,7 @@ One-minute video introduction to Countly Community Edition (opens Youtube):
27
27
28
28
***Community Edition** — Essential plugins/features and a free-to-use, open source, non-commercial license. Available as self-hosted. Suitable for individuals and small organizations.
29
29
***Enterprise Edition:** — Offers a wider range of plugins/features, granular data, an SLA, and direct support. Available as self-hosted or Countly hosted/managed. Suitable for medium and large organizations.
30
-
***myCountly** — Our SaaS platform that is live for alpha testing. Offers some Enterprise features as core features, and some others as add-ons. Everyone gets their dedicated and fully-managed Countly server(s) in the location they choose. Suitable for individuals, small and medium organizations.
30
+
***myCountly** — Our SaaS platform that is live for alpha testing. Offers some Enterprise features as core features, and some others as add-ons. Everyone gets their dedicated and fully-managed Countly server(s) in the region they choose. Suitable for individuals, small and medium organizations.
31
31
32
32
For a detailed comparison of Community and Enterprise Editions [please check here](https://countly.com/pricing). To join the myCountly wait list [please visit this page](https://countly.com/mycountly).
33
33
@@ -37,7 +37,6 @@ Also, please note that SDKs of Countly are the same for all editions.
37
37
38
38
This repository includes server-side part of Countly, with the following features:
39
39
40
-
* Support for mobile, web, and desktop app types
41
40
* Session, view and event collection and reporting
42
41
* Crash/error reporting for iOS, Android, React Native, Flutter, NodeJS, Unity, Java and Javascript
43
42
* Rich and interactive push notifications for iOS and Android
@@ -59,12 +58,12 @@ This repository includes server-side part of Countly, with the following feature
59
58
Countly can collect and visualize data from mobile, web and desktop applications. Using the write-API you can send data into Countly from any source. For more information please check the below resources:
60
59
61
60
*[List of Countly SDKs, documentation and download information](https://support.count.ly/hc/en-us/articles/360037236571-Downloading-and-Installing-SDKs)
62
-
*[SDK development guide to build your own SDK](https://support.count.ly/hc/en-us/articles/360037236571-Downloading-and-Installing-SDKs)
61
+
*[SDK development guide to build your own SDK](https://support.count.ly/hc/en-us/articles/360037753291-SDK-development-guide)
63
62
*[Countly Server Write API to send data into Countly from any source](https://api.count.ly/reference/i)
64
63
65
64
## 🛠️ Installing and upgrading Countly server
66
65
67
-
Countly installation script assumes it is running on a fresh, decent Ubuntu/CentOS/RHEL Linux without any services listening on port 80 or 443 (which should also be open to incoming traffic), and takes care of every library and software required to be installed for Countly to run.
66
+
Countly installation script assumes it is running on a fresh Ubuntu/CentOS/RHEL Linux without any services listening on port 80 or 443 (which should also be open to incoming traffic), and takes care of every library and software required to be installed for Countly to run.
0 commit comments