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: README.md
+49-1Lines changed: 49 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,25 @@ CoCalc is web-based software that enables collaboration in research, teaching, a
6
6
7
7
**CoCalc** supports sophisticated calculations that arise in teaching, research, and authoring documents. This includes working with the full data science and scientific Python stack, [SageMath](https://www.sagemath.org), [Julia](https://julialang.org), [R Statistics](https://cocalc.com/doc/r-statistical-software.html), [Octave](https://www.gnu.org/software/octave/), and much more. It also offers capabilities to author documents in [LaTeX](https://cocalc.com/doc/latex-editor.html), R/knitr and Markdown, storing and organizing files, a web-based [Linux Terminal](https://doc.cocalc.com/terminal.html), an [X11 graphical desktop](https://doc.cocalc.com/x11.html), and communication tools like a [chatrooms](https://doc.cocalc.com/chat.html), [course management](https://cocalc.com/doc/teaching.html) and more. It is the best choice for [teaching remote scientific courses](https://cocalc.com/doc/teaching.html).
4. Follow the deployment guide at https://doc-cloud.cocalc.com/
50
+
5. Configure your instance and start using your self-hosted CoCalc
51
+
52
+
### CoCalc-Docker (for smaller deployments or personal use)
53
+
54
+
1. Ensure Docker is installed on your system
55
+
2. Visit the CoCalc-Docker repository: https://github.com/sagemathinc/cocalc-docker
56
+
3. Follow the installation and usage instructions provided in the repository's README
57
+
58
+
For more detailed information on self-hosting options, please contact [email protected].
59
+
23
60
## History
24
61
25
62
_CoCalc_ was formerly called _SageMathCloud_.
@@ -28,6 +65,8 @@ The name was coined in fall 2016 and changed around spring 2017.
28
65
29
66
## Contributors
30
67
68
+
CoCalc is made possible by the hard work of many contributors. Our team includes mathematicians, computer scientists, and software engineers from around the world. Key contributors include:
69
+
31
70
- Greg Bard
32
71
- Rob Beezer
33
72
- Blaec Bejarano
@@ -48,6 +87,8 @@ The name was coined in fall 2016 and changed around spring 2017.
48
87
49
88
... and others: See https://github.com/sagemathinc/cocalc/graphs/contributors
50
89
90
+
We welcome new contributions! If you're interested in contributing, please see our Contributing Guidelines (link to be added).
91
+
51
92
## Copyright/License
52
93
53
94
The copyright of CoCalc is owned by SageMath, Inc., and the source code
@@ -76,6 +117,14 @@ In particular, [CoCalc OnPrem](https://cocalc.com/pricing/onprem) is designed fo
76
117
77
118
The scripts [here](https://github.com/sagemathinc/cocalc/tree/master/src/dev) might be helpful. We do most of our development of CoCalc on https://cocalc.com itself. CoCalc requires pnpm version at least 9.
0 commit comments