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.

34 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`
8 months ago
5. Запустить setup.py: `cd jetwork && python 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`
8 months ago
4. Запустить setup.py: `cd jetwork && python setup.py`
8 months ago
### Открытие любых портов
8 months ago
Открыть порт 25565: \
8 months ago
`python3 port_open.py` \
Далее вводим `25565`
8 months ago
### Публикация статичного сайта
### Публикация динамичного сайта