You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.3 KiB

8 months ago
# Документация
Читайте "начало работы", если хотите, чтобы последующие действия работали.
## Содержание
- Начало работы
- Открытие любых портов
- Публикация статичного сайта
- Публикация динамичного сайта
### Начало работы
#### Linux
1. Установить python: `sudo apt install python3`
8 months ago
2. Установить git: `sudo apt install git`
8 months ago
3. Установить tar: `sudo apt install tar`
4. Клонировать репозиторий: `git clone https://github.com/Justuser3310/jetwork.git`
5. Запустить setup.py: `cd jetwork && python3 setup.py`
8 months ago
#### Windows
1. Установить python: https://www.python.org/downloads/release/python-3122/ (Windows installer)
8 months ago
2. Установить git: https://git-scm.com/download/win (Windows setup)
8 months ago
3. Клонировать репозиторий: `git clone https://github.com/Justuser3310/jetwork.git`
4. Запустить setup.py: `cd jetwork && python3 setup.py`
8 months ago
### Открытие любых портов
Открыть порт 25565:
`python3 port_open.py 25565`
### Публикация статичного сайта
### Публикация динамичного сайта