What should ~/.origamirc look like?

Asked by Knysliux001

I have read man page for origami, it says 'machines listed in the ~/.origamirc file'. However there is no example of this file. Maybe someone could explain a little more about deployment? =)
And what do I have to setup in network machines before installing FaH with origami?

Question information

Language:
English Edit question
Status:
Solved
For:
origami Edit question
Assignee:
No assignee Edit question
Solved by:
Christer Edwards
Solved:
Last query:
Last reply:
Revision history for this message
Best Christer Edwards (christer.edwards) said :
#1

The .origamirc should simply be a list of ip addresses or hostnames, one per line. Example:

christer@daphne:~$ cat .origamirc
192.168.0.5
192.168.0.7
192.168.0.8
192.168.0.9
192.168.0.10
166.70.56.51

I hope this helps. I will add this to the current documentation.

Revision history for this message
Knysliux001 (knysliux001) said :
#2

Looks simple. Thank you ;)