8000 GitHub - 73h/73h.de: my homepage
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

73h/73h.de

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

73h.de

This is my homepage.

local start

Set these entries in your local /etc/hosts file for domain-handling.

127.0.0.1 blog.73h-dev.de
127.0.0.1 www.73h-dev.de
127.0.0.1 73h-dev.de

Create a virtual env (venv)

pip install virtualenv
virtualenv --python C:\Path\To\Python\python.exe venv
.\venv\Scripts\activate
pip install -r .\requirements.txt

Start the flask application with the following command.

cd app
python -m flask run -p 80

Go to http://73h-dev.de in your browser.

About

my homepage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0