New fully automated Full Node installer with Addons!


Author
Message
nuriel77
n
Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)
Group: Forum Members
Posts: 14, Visits: 10
Hi all,

I am happy to share with you a project I created:

IOTA Full Node Installer

Have a look. It is fully automated and includes IOTA Peer manager, password protection, monitoring and graphs!

Josizimm
J
Attaching to Tangle (2 reputation)Attaching to Tangle (2 reputation)Attaching to Tangle (2 reputation)Attaching to Tangle (2 reputation)Attaching to Tangle (2 reputation)Attaching to Tangle (2 reputation)Attaching to Tangle (2 reputation)Attaching to Tangle (2 reputation)Attaching to Tangle (2 reputation)
Group: Forum Members
Posts: 1, Visits: 0
nuriel77 - 12 Dec 2017
Hi all,

I am happy to share with you a project I created:

IOTA Full Node Installer

Have a look. It is fully automated and includes IOTA Peer manager, password protection, monitoring and graphs!

So I tried installing using the click-n-go method,  OS Requirements say Ubuntu >= 16,  however using Ubuntu 17.04 appears to fail.   Trying using installation instructions now. just thought i'd shoot you a heads up.
nuriel77
n
Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)
Group: Forum Members
Posts: 14, Visits: 10
Josizimm - 13 Dec 2017
nuriel77 - 12 Dec 2017
Hi all,

I am happy to share with you a project I created:

IOTA Full Node Installer

Have a look. It is fully automated and includes IOTA Peer manager, password protection, monitoring and graphs!

So I tried installing using the click-n-go method,  OS Requirements say Ubuntu >= 16,  however using Ubuntu 17.04 appears to fail.   Trying using installation instructions now. just thought i'd shoot you a heads up.

Thanks for the heads up. I will have a look at 17.04. tbh I fully tested on 16.04.
nuriel77
n
Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)
Group: Forum Members
Posts: 14, Visits: 10
Hello, I've tested version 17.04 and removed the limitation that was on the script. It now accepts both 16 and 17.
https://github.com/nuriel77/iri-playbook/pull/13

In addition I've updated the docs to specifically note the versions that were tested:
http://iri-playbook.readthedocs.io/en/docs/requirements.html#operating-system

Thanks again for your input!

ManniTiger
M
Attached to Tangle (616 reputation)Attached to Tangle (616 reputation)Attached to Tangle (616 reputation)Attached to Tangle (616 reputation)Attached to Tangle (616 reputation)Attached to Tangle (616 reputation)Attached to Tangle (616 reputation)Attached to Tangle (616 reputation)Attached to Tangle (616 reputation)
Group: Forum Members
Posts: 20, Visits: 0
thx for your work.

i didnt find iri.ini to put the neigbors inside????


nuriel77
n
Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)
Group: Forum Members
Posts: 14, Visits: 10
ManniTiger - 14 Dec 2017
thx for your work.

i didnt find iri.ini to put the neigbors inside????


I've added iri.ini recently though in this installation it is used for some extra options.
You can choose to put neighbors in the iri.ini (/var/lib/iri/iri.ini) or in the files shown here http://iri-playbook.readthedocs.io/en/docs/post-installation.html#adding-or-removing-neighbors
In iri.ini follow the syntax as noted in the IRI docs: https://github.com/iotaledger/iri#ini-file
ManniTiger
M
Attached to Tangle (616 reputation)Attached to Tangle (616 reputation)Attached to Tangle (616 reputation)Attached to Tangle (616 reputation)Attached to Tangle (616 reputation)Attached to Tangle (616 reputation)Attached to Tangle (616 reputation)Attached to Tangle (616 reputation)Attached to Tangle (616 reputation)
Group: Forum Members
Posts: 20, Visits: 0
thx

nuriel77
n
Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)
Group: Forum Members
Posts: 14, Visits: 10
Hi all, I've configured the iri-playbook (automatic installer) to allow installation of individual components.

What does this mean? If you already installed IRI via any guide, you can choose to add to it IOTA Peer Manager, and/or the monitoring+graphs from Chris Holliday. If anyone would like to test this and provide feed back, most appreciated! See: Install components

ManniTiger
M
Attached to Tangle (616 reputation)Attached to Tangle (616 reputation)Attached to Tangle (616 reputation)Attached to Tangle (616 reputation)Attached to Tangle (616 reputation)Attached to Tangle (616 reputation)Attached to Tangle (616 reputation)Attached to Tangle (616 reputation)Attached to Tangle (616 reputation)
Group: Forum Members
Posts: 20, Visits: 0
thx for your script.

Its possible that you integrate nelson ? and auto update function?



nuriel77
n
Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)
Group: Forum Members
Posts: 14, Visits: 10
ManniTiger - 29 Dec 2017
thx for your script.

Its possible that you integrate nelson ? and auto update function?



Nelson is included, but not installed by default as it is still in beta.
http://iri-playbook.readthedocs.io/en/master/installation.html#install-nelson

I think it is too early to add an automatic update. Update of nelson is quite easy (one command).
I believe that at this stage it is better for people to be aware when there is an update, as updates might change functionality or the configurations considerably.

Thanks!

Edited 6 Years Ago by nuriel77
selfhoster
s
Attached to Tangle (452 reputation)Attached to Tangle (452 reputation)Attached to Tangle (452 reputation)Attached to Tangle (452 reputation)Attached to Tangle (452 reputation)Attached to Tangle (452 reputation)Attached to Tangle (452 reputation)Attached to Tangle (452 reputation)Attached to Tangle (452 reputation)
Group: Forum Members
Posts: 9, Visits: 59
I Started the Script an got the IOTA sign.
But then nothing is happening (hint: the question to continue is missing - Workaround: Type Y and then return)

Welcome to IOTA FullNode Installer!

This script is going to install IOTA full node.
100 12183 100 12183  0  0 69481  0 --:--:-- --:--:-- --:--:-- 69617


Ubuntu 16.04 LTS
Edited 6 Years Ago by selfhoster
nuriel77
n
Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)
Group: Forum Members
Posts: 14, Visits: 10
selfhoster - 30 Dec 2017
I Started the Script an got the IOTA sign.
But then nothing is happening (hint: the question to continue is missing - Workaround: Type Y and then return)

Welcome to IOTA FullNode Installer!

This script is going to install IOTA full node.
100 12183 100 12183  0  0 69481  0 --:--:-- --:--:-- --:--:-- 69617



Ubuntu 16.04 LTS

I have heard of others that had the same, seems that in some situations the bottom most lines are missing.
How are you connected to your server? SSH? If so, with which SSH client?

selfhoster
s
Attached to Tangle (452 reputation)Attached to Tangle (452 reputation)Attached to Tangle (452 reputation)Attached to Tangle (452 reputation)Attached to Tangle (452 reputation)Attached to Tangle (452 reputation)Attached to Tangle (452 reputation)Attached to Tangle (452 reputation)Attached to Tangle (452 reputation)
Group: Forum Members
Posts: 9, Visits: 59
nuriel77 - 30 Dec 2017
selfhoster - 30 Dec 2017
I Started the Script an got the IOTA sign.
But then nothing is happening (hint: the question to continue is missing - Workaround: Type Y and then return)

Welcome to IOTA FullNode Installer!

This script is going to install IOTA full node.
100 12183 100 12183  0  0 69481  0 --:--:-- --:--:-- --:--:-- 69617



Ubuntu 16.04 LTS

I have heard of others that had the same, seems that in some situations the bottom most lines are missing.
How are you connected to your server? SSH? If so, with which SSH client?

Yes using SSH, Putty V. 0.67
nuriel77
n
Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)
Group: Forum Members
Posts: 14, Visits: 10
selfhoster - 30 Dec 2017
nuriel77 - 30 Dec 2017
selfhoster - 30 Dec 2017
I Started the Script an got the IOTA sign.
But then nothing is happening (hint: the question to continue is missing - Workaround: Type Y and then return)

Welcome to IOTA FullNode Installer!

This script is going to install IOTA full node.
100 12183 100 12183  0  0 69481  0 --:--:-- --:--:-- --:--:-- 69617



Ubuntu 16.04 LTS

I have heard of others that had the same, seems that in some situations the bottom most lines are missing.
How are you connected to your server? SSH? If so, with which SSH client?

Yes using SSH, Putty V. 0.67



Same here, but I see the bottom lines (in screen session, no screen session, the same)
Can you confirm this is still a problem? (you can test with "cd /opt/iri-playbook" and then "bash fullnode_install.sh", just reply "n")

Edited 6 Years Ago by nuriel77
selfhoster
s
Attached to Tangle (452 reputation)Attached to Tangle (452 reputation)Attached to Tangle (452 reputation)Attached to Tangle (452 reputation)Attached to Tangle (452 reputation)Attached to Tangle (452 reputation)Attached to Tangle (452 reputation)Attached to Tangle (452 reputation)Attached to Tangle (452 reputation)
Group: Forum Members
Posts: 9, Visits: 59
nuriel77 - 30 Dec 2017
selfhoster - 30 Dec 2017
nuriel77 - 30 Dec 2017
selfhoster - 30 Dec 2017
I Started the Script an got the IOTA sign.
But then nothing is happening (hint: the question to continue is missing - Workaround: Type Y and then return)

Welcome to IOTA FullNode Installer!

This script is going to install IOTA full node.
100 12183 100 12183  0  0 69481  0 --:--:-- --:--:-- --:--:-- 69617



Ubuntu 16.04 LTS

I have heard of others that had the same, seems that in some situations the bottom most lines are missing.
How are you connected to your server? SSH? If so, with which SSH client?

Yes using SSH, Putty V. 0.67



Same here, but I see the bottom lines (in screen session, no screen session, the same)
Can you confirm this is still a problem? (you can test with "cd /opt/iri-playbook" and then "bash fullnode_install.sh", just reply "n")

I can confirm: manual run "bash fullnode_install.sh" is not a problem. running from the quick start with "bash <(curl https://raw.githubusercontent.com/nuriel77/iri-playbook/master/fullnode_install.sh)" produces this:

nuriel77
n
Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)
Group: Forum Members
Posts: 14, Visits: 10
Aha, I know what happened there.
Need to add a little "-s" for curl there:

bash <(curl -s https://raw.githubusercontent.com/nuriel77/iri-playbook/master/fullnode_install.sh)

Can you try the above command and see if that fixes the issue?
If so, I will add it to the docs.

Thanks.


selfhoster
s
Attached to Tangle (452 reputation)Attached to Tangle (452 reputation)Attached to Tangle (452 reputation)Attached to Tangle (452 reputation)Attached to Tangle (452 reputation)Attached to Tangle (452 reputation)Attached to Tangle (452 reputation)Attached to Tangle (452 reputation)Attached to Tangle (452 reputation)
Group: Forum Members
Posts: 9, Visits: 59
nuriel77 - 30 Dec 2017
Aha, I know what happened there.
Need to add a little "-s" for curl there:

bash <(curl -s https://raw.githubusercontent.com/nuriel77/iri-playbook/master/fullnode_install.sh)

Can you try the above command and see if that fixes the issue?
If so, I will add it to the docs.

Thanks.


And finaly this is the solution, adding -s for little silence Smile(
nuriel77
n
Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)Attached to Tangle (514 reputation)
Group: Forum Members
Posts: 14, Visits: 10
selfhoster - 30 Dec 2017
nuriel77 - 30 Dec 2017
Aha, I know what happened there.
Need to add a little "-s" for curl there:

bash <(curl -s https://raw.githubusercontent.com/nuriel77/iri-playbook/master/fullnode_install.sh)

Can you try the above command and see if that fixes the issue?
If so, I will add it to the docs.

Thanks.


And finaly this is the solution, adding -s for little silence Smile(

Fixed in this commit, applied in docs.

Thanks!

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Login

Explore
Messages
Mentions
Search