ansible-openwisp2
Ansible role that installs and upgrades OpenWISP.
파일 탐색기
최종 버전 다운로드 (.zip)- bug_report.md
- feature_request.md
- question.md
- backport.yml
- bot-autoassign-issue.yml
- bot-autoassign-pr-issue-link.yml
- bot-autoassign-pr-reopen.yml
- bot-autoassign-stale-pr.yml
- bot-changelog-runner.yml
- bot-changelog-trigger.yml
- bot-ci-failure.yml
- ci.yml
- dependabot.yml
- FUNDING.yml
- pull_request_template.md
- main.yml
- installation.rst
- architecture-v2-ansible-openwisp.png
- debian-software-selection.png
- host-only-network.png
- install-openwisp2.png
- openwisp2-modules-diagram.png
- developer-docs.rst
- certbot-ssl.rst
- configuring-cors-headers.rst
- deploying-custom-static-content.rst
- deploying-wpa-eap-ttls-pap.rst
- enabling-modules.rst
- installing-on-vm.rst
- quickstart.rst
- role-variables.rst
- system-requirements.rst
- troubleshooting.rst
- index.rst
- generate_django_secret_key.py
- requirements-celery-email.txt
- requirements-cors-headers.txt
- requirements-mysql.txt
- requirements-postgresql.txt
- requirements.txt
- main.yml
- main.yml
- molecule.yml
- molecule.yml
- converge.yml
- requirements.yml
- verify.yml
- apt.yml
- complete.yml
- cron.yml
- django.yml
- django_secret_key.yml
- freeradius.yml
- freeradius_eap.yml
- main.yml
- nginx.yml
- pip.yml
- ssh.yml
- supervisor.yml
- system.yml
- eap.j2
- inner_tunnel.j2
- openwisp_site.j2
- inner_tunnel.j2
- openwisp_site.j2
- rest.j2
- sql.j2
- openwisp-nginx.j2
- security-conf.j2
- site-conf.j2
- ssl-conf.j2
- __init__.py
- asgi.py
- celery.py
- routing.py
- settings.py
- urls.py
- version.py
- wsgi.py
- celery.j2
- celery_firmware_upgrader.j2
- celery_monitoring.j2
- celery_network.j2
- celerybeat.j2
- daphne.j2
- openwisp2.j2
- load_initial_data.py
- manage.py
- uwsgi.ini.j2
- debian-13.yml
- main.yml
- ubuntu-26.yml
- .ansible-lint
- .gitignore
- .yamllint.yml
- AGENTS.md
- CHANGES.md
- CONTRIBUTING.rst
- LICENSE
- pyproject.toml
- README.md
- requirements-test.txt
- run-qa-checks
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/openwisp/ansible-openwisp2
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd ansible-openwisp2
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Python
쉬움 추천사전 준비물
pip install -r files/requirements.txt
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
python <실행할 파일명>.py # README에서 정확한 실행 파일명을 확인하세요
파이썬 스크립트(또는 모듈)를 실행합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
// repository documentation
Was this content helpful?
(0 ratings)
