Qortal Project

The future of blockchain platforms

User Tools

Site Tools


vps

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
vps [12/07/2021 17:48] gfactorvps [09/28/2023 18:39] (current) quickmythril
Line 2: Line 2:
 {{:qortal_official_logo_transparent_.png?400|}} {{:qortal_official_logo_transparent_.png?400|}}
  
-For additional VPS information go into the LINKS #vps channel in Discord.+**Please note:** a help guide below might suggest a manual bootstrap - this is no longer needed since we’ve launched core version 2.0!
  
 https://youtu.be/Ccg7zvgI5mM https://youtu.be/Ccg7zvgI5mM
Line 10: Line 10:
 Vultur VPS guide by @Traxo: https://steemit.com/qortal/@traxo/how-to-setup-headless-qortal-node-with-minting-on-vultr-vps-ubuntu-18-04 Vultur VPS guide by @Traxo: https://steemit.com/qortal/@traxo/how-to-setup-headless-qortal-node-with-minting-on-vultr-vps-ubuntu-18-04
  
-Help guide prepared by @monion: https://bitbucket.org/johnharding/qortal-docs/downloads/+Mac Remote Access VPS help guide prepared by @monion: https://bitbucket.org/johnharding/qortal-docs/downloads/
  
 ===== Linux VPS Only Install ===== ===== Linux VPS Only Install =====
Line 16: Line 16:
 **From Jaymen:** **From Jaymen:**
 <code>sudo -i                            <code>sudo -i                           
-apt-get update                    +apt update                    
 cd /home                           cd /home                          
 adduser test                       adduser test                      
 usermod -a -G sudo test           usermod -a -G sudo test          
-apt-get install openjdk-11-jdk    +apt install openjdk-11-jdk    
-apt-get install unzip              +apt install unzip              
-apt-get install bc                 +apt install bc                 
-apt-get install p7zip-full        +apt install p7zip-full        
 cd test                            cd test                           
 wget https://github.com/Qortal/qortal/releases/latest/download/qortal.zip wget https://github.com/Qortal/qortal/releases/latest/download/qortal.zip
 unzip qortal.zip             unzip qortal.zip            
 cd qortal          cd qortal         
-chmod 0777 start.sh               +chmod +x *.sh        
 chown -R test /home/test/qortal    chown -R test /home/test/qortal   
 su test                            su test                           
 echo -en "{\n\"apiDocumentationEnabled\": true\n}\n\"" > settings.json  echo -en "{\n\"apiDocumentationEnabled\": true\n}\n\"" > settings.json 
 ./start.sh </code>          ./start.sh </code>         
vps.1638917290.txt.gz · Last modified: 12/07/2021 17:48 by gfactor