formatting

This commit is contained in:
crowetic 2021-06-02 21:17:00 -07:00 committed by GitHub
parent ae568c2105
commit 73c3543ef0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,19 +16,19 @@ wget https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/start-qor
wget https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/update-qortal-ui.sh
```
3. make all scripts **executable **
### 3. make all scripts executable
```chmod +x *.sh```
4. run 'default-pi4-ubuntu-qortal-setup.sh' (./default*.sh) - this will install the base level packages you need for Qortal, as well as the Qortal Core.
### 4. run 'default-pi4-ubuntu-qortal-setup.sh' (./default*.sh) - this will install the base level packages you need for Qortal, as well as the Qortal Core.
```./default*.sh```
5. run 'update-qortal-ui.sh' (./update*.sh) - this will clone+build the Qortal UI from source.
### 5. run 'update-qortal-ui.sh' (./update*.sh) - this will clone+build the Qortal UI from source.
```./update*.sh```
6. use crontab to setup a cron to start the Qortal Core at boot (crontab -e) add line (@reboot ./start-qortal-at-boot.sh)
### 6. use crontab to setup a cron to start the Qortal Core at boot (crontab -e) add line (@reboot ./start-qortal-at-boot.sh)
```crontab -e```
@ -36,12 +36,12 @@ add following line in cron
```@reboot ./start-qortal-at-boot.sh```
7. use 'Start-Qortal-UI-Electron.sh' to start Qortal UI with Electron wrapper (as an independent application) - Run this script whenever you want to start the UI - placing this script on the desktop is a good idea. Click 'run' when you double-click the script with the GUI.
### 7. use 'Start-Qortal-UI-Electron.sh' to start Qortal UI with Electron wrapper (as an independent application) - Run this script whenever you want to start the UI - placing this script on the desktop is a good idea. Click 'run' when you double-click the script with the GUI.
8. install 'raspi-config' with 'install-raspi-config.sh' (./install*.sh)
### 8. install 'raspi-config' with 'install-raspi-config.sh' (./install*.sh)
```./install*.sh```
9. ((OPTIONAL)) - if you prefer to start the Qortal UI as a server that can be accessed by other systems on the network, or SSH tunneled to use locally along with the core, you can use 'start-qortal-ui-at-boot.sh' in cron to start the UI server automatically at boot.
#### 9. ((OPTIONAL)) - if you prefer to start the Qortal UI as a server that can be accessed by other systems on the network, or SSH tunneled to use locally along with the core, you can use 'start-qortal-ui-at-boot.sh' in cron to start the UI server automatically at boot.
10. update Qortal UI - you can run 'update-qortal-ui.sh' again to re-clone and build the UI from source again for version updates.
#### 10. update Qortal UI - you can run 'update-qortal-ui.sh' again to re-clone and build the UI from source again for version updates.