Updatede info in README.txt

This commit is contained in:
Fred Warren 2020-10-28 11:21:27 -07:00
parent 5107757791
commit 768fa9bf54

View File

@ -16,8 +16,11 @@ If `ssh_host` is blank will copy file locally instead of scping file to sever. T
# Bulid Instructions # Bulid Instructions
If want to run this by executing the code in the python venv envrionment, there is no need to make any changes after modifying the ```.env``` file.
assumes installed to `~/python/solar_edge` assumes installed to `~/python/solar_edge`
``` ```
cd ~/python cd ~/python
git clone http://git.elder-geek.net/fredw/solar_edge.git git clone http://git.elder-geek.net/fredw/solar_edge.git
@ -36,6 +39,7 @@ add to user crontab to update site every 5 minutes
# Create pyinstaller # Create pyinstaller
Anytime you make a change to the ```.env``` file you will need to create and install a new copy if want to run this as a stand alone exceutable.
``` ```
pyinstaller --onefile solar_edge.spec pyinstaller --onefile solar_edge.spec
cp dist/solar_edge ~/bin # user must have bin folder cp dist/solar_edge ~/bin # user must have bin folder
@ -47,6 +51,7 @@ add to user crontab to update site every 5 minutes
``` ```
# Sample .env if installed on the server # Sample .env if installed on the server
``` ```
SSH_HOST= SSH_HOST=