How-To:InstallNRSLinux
From Nxt Wiki
This page is a translated version of the page How-To:InstallNRSLinux and the translation is 100% complete.
Installare Nxt (e il client NRS) su Linux
Here is the guide to installing the Nxt software on a Linux 64-bit platform. 32-bit installation instructions are very similar; you just might need to download the 32-bit version of Oracle Java 7 instead of the 64-bit one.
Puoi seguire queste istruzioni anche per un VPS Linux (ma vedi anche le instruzioni per installare un nodo pubblico).
Installare Java JRE
Puoi saltare questo punto per intero se hai JRE 7 oppure OpenJDK 1.7 già installato. Puoi controllare usando il comando
java -version
Se ritorna java version "1.7.0_25" (o qualsiasi altra 1.7.m_nn) allora possiedi già OpenJDK 1.7.
Installa e lancia il software Nxt
- Spostati nella cartella home e scarica l'ultima versione (versione 1.8.3):
cd ~
wget https://bitbucket.org/JeanLucPicard/nxt/downloads/nxt-client-1.8.3.zip
- SHA256 hash -
c1c09d2fe3de922745ec14b961d4a232a6d81f7cad663b9ea7f9e21642456466(source: Developers Release) - How to verify SHA256 checksums (dovresti davvero controllare qui per assicurarti che questo combaci con il checksum del file scaricato prima di installare!)
- SHA256 hash -
- Estrailo:
unzip client.zip
cd nxt
- Ora è tempo di lanciare il software. Puoi lanciarlo eseguendo
run.sh
, che trovi nella cartella nxt. Il server sarà in funzione non appena il seguente testo appara:
Nxt server 1.0.0 started successfully.
- Apri http://localhost:7876/ dal tuo browser web per accedere al client Nxt. Ora puoi visitare la pagina istruzioni per creare il tuo account Nxt!
- NOTA: Se hai installato il client in un server dedicato on un VPS, dovresti cambiare "localhost" con l'indirizzo IP del tuo Server/VPS.