-
-
Notifications
You must be signed in to change notification settings - Fork 954
Running a Python Web Server
Dull Bananas edited this page May 29, 2021
·
3 revisions
This works surprisingly well and you can use this to host your static html page
- Run
apk update
- Run
apk add python3
- Create an index.html file in the directory you chose
cd <your directory>
touch index.html
- Edit
index.html
and write whatever you want inside of the file. - Run
python3 -m http.server
- Navigate to
http://127.0.0.1:8000
if you want to view the website on your device (localhost) - From any other device on your network, navigate to
http://<your device's private ip>:8000
- Contributing to iSH Development
- How to add a new Character Device to iSH
- How to add a new entry to /proc/ish
- Fixing hostname localhost
- Running nmap
- Running Ruby Programs
- Installing PHP with a TLS certificate and a PHP filemanager
- Installing R and any package from the CRAN
- iSH Alpine Release Issues
- Using Alpine Linux repositories
- Upgrading to a new release
- Install & Activate Alternate Filesystems