Updatede info in README.txt
This commit is contained in:
parent
5107757791
commit
768fa9bf54
@ -16,8 +16,11 @@ If `ssh_host` is blank will copy file locally instead of scping file to sever. T
|
||||
|
||||
|
||||
# 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`
|
||||
|
||||
|
||||
```
|
||||
cd ~/python
|
||||
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
|
||||
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
|
||||
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
|
||||
```
|
||||
SSH_HOST=
|
||||
|
Loading…
Reference in New Issue
Block a user