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
If you want to download the latest stable version of GrandNode please use the following command, where x.xx is a number of GrandNode release:
88
-
```
88
+
```bash
89
89
docker pull grandnode/grandnode2:x.xx
90
90
```
91
91
@@ -96,25 +96,25 @@ Run the project in the Visual Studio 2022+, extract the source code package down
96
96
* Host on Linux server
97
97
98
98
Before you start - please install, configure the nginx server, .NET Core 8.0+ and MongoDB 4.0+
99
-
```
99
+
```bash
100
100
mkdir ~/source
101
101
cd~/source
102
102
git clone - b x.xx https://github.com/grandnode/grandnode2.git
103
103
```
104
-
```
104
+
```bash
105
105
cd~/source/grandnode
106
106
dotnet restore GrandNode.sln
107
107
```
108
108
Now it's time to rebuild all of our plugins and publish application (command is pretty long because we've combined all commands in a single line, to ease up your work):
Optional: Create the service file, to automatically restart your application.
113
-
```
113
+
```bash
114
114
sudo vi /etc/systemd/system/grandnode.service
115
115
```
116
116
Paste the following content, and save changes:
117
-
```
117
+
```ini
118
118
[Unit]
119
119
Description=GrandNode
120
120
@@ -171,7 +171,7 @@ We have a clear vision in which direction we would like to develop GrandNode. Re
171
171
## Contributing
172
172
173
173
GrandNode is and always will be free and open-source.
174
-
How to contribut:
174
+
How to contribute:
175
175
- Star this project on GitHub.
176
176
- Report bugs or suggest features by creating new issues
177
177
- Submit pull requests
@@ -186,4 +186,4 @@ Become a sponsor and get your logo on our README on Github with a link to your s
186
186
To clarify behavior rules in our community, GrandNode has adopted the code of conduct defined by the Contributor Covenant. For more information see the [Code of Conduct.](https://www.contributor-covenant.org/version/2/0/code_of_conduct/)
187
187
188
188
## License
189
-
GrandNode is completely free and distributed under the GNU General Public License v3.0. It's available [here](https://github.com/grandnode/grandnode2/blob/main/LICENSE)
189
+
GrandNode is completely free and distributed under the GNU General Public License v3.0. It's available [here](LICENSE)
0 commit comments