Some work ive been doing with an nxt client installation script,
https://github.com/jobbet/nxt/. This includes a init script. Supports install and update (including version selection). This is a v0.1 so dynamic paths for binarys and such will be fixed. As well as code clean up. Feel free to comment and make up better solutions. Just PM me.
Edit: This script assumes a installation of java, unzip and such. I will make a .deb -file out of this later where dependencies will be sorted out. I am also having plans of a GTK-client for GNU/Linux.
Also, i am on IRC, #nxtalk @ irc.freenode.net
Regards
j0b
13570469120032392161
root@jb-virtual-machine:/home/jb/git/nxt# ./nxt_install.sh 0.5.5
Usage: nxt_install.sh {install|update}
root@jb-virtual-machine:/home/jb/git/nxt# ./nxt_install.sh install 0.5.5
Creating nxt client root directory.. done.
Creating configuration directory for nxt client.. done.
Adding nxt user.. done.
Downloading nxt-client-0.5.5.zip from
http://download.nxtcrypto.org..done.
Downloading nxt-client-0.5.5.zip shasum signature..done.
Verifying sha256sum for nxt-client-0.5.5.zip..done.
Installation done. Start nxt client with /etc/init.d/nxtclient start, then browse
https://localhost:7875Be sure accept incoming tcp traffic to port 7874, else nxt client will not be able to communicate with p2p network.
-------------------------------------------------------------------------------------------------------------------------------------------------------
root@jb-virtual-machine:/home/jb/git/nxt# ./nxt_install.sh update
NXT-Client is stopped.
Downloading nxt-client-0.5.5.zip from
http://download.nxtcrypto.org..done.
Downloading nxt-client-0.5.5.zip shasum signature..done.
Verifying sha256sum for nxt-client-0.5.5.zip..done.
NXT-Client is started.
Update done.
root@jb-virtual-machine:/home/jb/git/nxt# ./nxt_install.sh update 0.5.3
NXT-Client is stopped.
Downloading nxt-client-0.5.3.zip from
http://download.nxtcrypto.org..done.
Downloading nxt-client-0.5.3.zip shasum signature..done.
Verifying sha256sum for nxt-client-0.5.3.zip..done.
NXT-Client is started.
Update done.