Merge branch 'master' of https://github.com/zcqsntr/fintic
This commit is contained in:
commit
a778e1f48e
20
README.md
20
README.md
@ -25,6 +25,24 @@ then reboot the pi with
|
|||||||
sudo reboot now
|
sudo reboot now
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Set to run at startup
|
||||||
|
|
||||||
|
add the startup script to crotab. Open the crontab
|
||||||
|
```console
|
||||||
|
crontab -e
|
||||||
|
```
|
||||||
|
|
||||||
|
add the line
|
||||||
|
|
||||||
|
```console
|
||||||
|
@reboot <path to fintic>/startup.sh &
|
||||||
|
```
|
||||||
|
|
||||||
|
dont forget the ampersand!
|
||||||
|
|
||||||
|
also make sure that the paths in startup.sh are correct for your install location
|
||||||
|
|
||||||
|
|
||||||
## Change the hostname
|
## Change the hostname
|
||||||
|
|
||||||
To change the hostname (URL used to access the server) first open config
|
To change the hostname (URL used to access the server) first open config
|
||||||
@ -33,7 +51,7 @@ sudo raspi-config
|
|||||||
```
|
```
|
||||||
Then go to system options -> hostname and change it to e.g. fintic
|
Then go to system options -> hostname and change it to e.g. fintic
|
||||||
|
|
||||||
You then connect to the server using the url fintic.local
|
You then connect to the server using the url fintic.local:1024
|
||||||
|
|
||||||
|
|
||||||
## Run instructions
|
## Run instructions
|
||||||
|
Loading…
Reference in New Issue
Block a user