Sugestion for manual #502
Closed
Sailor-Fhem
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
This looks really good! Could you create a pull request with this?
Maybe, you can find a link that explains the venv for newcomers, too. A pull request with or without such a link would be much apprecated!
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My sugestion for amending the manual:
https://open-web-calendar.quelltext.eu/host/pypi/
Python Package
The Open Web Calendar is available as a Python package on PyPI.
If you have Python 3 installed, run this to install the package:
At this point you might get the error message
On your productive system, it is strongly recommended to follow the instructions to create a virtual environment using python3 -m venv path/to/venv.
After installation, run the Open Web Calendar using Gunicorn:
You should now see the server running at http://127.0.0.1:8000.
However, in case you have installed the WebServer you are going to use for the integration of this calendar on the same local machine, it must be accessible other computer as well. In this case you might want to start the open_web_calendar with the dedicated IP-address.
You should now see the server running at http://192.168.178.7:8000 not only from your local machine.
For more configuration options, see here:
Beta Was this translation helpful? Give feedback.
All reactions