mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 13:24:24 +00:00
initial setup of website
This commit is contained in:
2
website/src/contributing.md
Normal file
2
website/src/contributing.md
Normal file
@@ -0,0 +1,2 @@
|
||||
# Contributing
|
||||
You are interested in helping develop this project to make it even better? Then let's show you, how you may help and what you should keep in mind!
|
||||
0
website/src/contributing/plugins.md
Normal file
0
website/src/contributing/plugins.md
Normal file
2
website/src/how-it-works.md
Normal file
2
website/src/how-it-works.md
Normal file
@@ -0,0 +1,2 @@
|
||||
# How it works
|
||||
This page gives you a somewhat detailed overview on how the system operates. Note that this page is not made with user-legibility in mind, as this page is oriented to give possible contributors an introduction to the project to help them getting started.
|
||||
2
website/src/index.md
Normal file
2
website/src/index.md
Normal file
@@ -0,0 +1,2 @@
|
||||
# myevent - documentation
|
||||
Welcome to the myevent documentation! Here you may learn how to set up a myevent-server instance, how to configure it and how to install plugins. You may also learn how to develop your own plugin and what you need to know if you want to contribute to the project.
|
||||
0
website/src/plugins.md
Normal file
0
website/src/plugins.md
Normal file
0
website/src/sponsor.md
Normal file
0
website/src/sponsor.md
Normal file
8
website/src/systemrequirements/index.md
Normal file
8
website/src/systemrequirements/index.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Systemrequirements
|
||||
myevent's system requirements are low, you only need a PC or Server that can run node.js and is able to install npm packages. If the system you are trying to use is unable to download npm packages, you may download the packages on your own system and upload them together with the rest of the server files. How to do that is described in greater detail in the [Getting Started guide](/docs/gettingStarted).
|
||||
|
||||
## node.js
|
||||
Your system needs to be able to run node.js V > 12.0 and must have access to either npm or the downloaded npm packages.
|
||||
|
||||
## Hardware requirements
|
||||
Hardware requirements solely depend on the amount of usage it is going to get. An average hosting plan should be able to handle about 1000 people. In case the system is not able to uphold the traffic, it will activate a protection to try and stop overloading and crashing the system. Although using multiple checks, we cannot guarantee that the system will never crash due to being overloaded, so, if the website is important, please overspec the server.
|
||||
0
website/src/tutorial.md
Normal file
0
website/src/tutorial.md
Normal file
Reference in New Issue
Block a user