Page 1 of 1

What does this mean?

Posted: Sun Feb 09, 2014 12:51 pm
by rapp
I am in the middle of the instructions on installing greyhole manually on Amahi 7. So far so good... but in the instructions is now says:

Initialize the basic settings for Greyhole, configure /etc/greyhole.conf:
Change db_user and db_password to greyhole.

How do I change the db_user and db_password? It does not say how to do this...

Thank you!

Re: What does this mean?

Posted: Sun Feb 09, 2014 12:59 pm
by bigfoot65
You change them in the file listed by editing that file.

Re: What does this mean?

Posted: Sun Feb 09, 2014 1:03 pm
by rapp
...And therein lies the problem. I do not know how to edit files in Linux (Fedora). Trying to learn quickly, but I'm coming from being a total Windows guy. :) How do I edit files from the command prompt? (Or is there a better/easier way to do so?

Re: What does this mean?

Posted: Sun Feb 09, 2014 1:06 pm
by bigfoot65
If you have no linux experience, you are in for a rough ride. There are a lot of things you will need to learn. Best way is by using the internet and just experimenting. Linux is not quite as GUI friendly as Windows.

Use can use nano or vi editors. There is a lot of guidance in the wiki and on the internet for how to edit files.

Code: Select all

nano /etc/greyhole.conf
We hope to have this automated soon. It's in the works, but the UI is taking longer than expected.

Re: What does this mean?

Posted: Sun Feb 09, 2014 1:25 pm
by rapp
[root@localhost ~]# nano /etc/greyhole.conf
bash: nano: command not found...

Re: What does this mean?

Posted: Sun Feb 09, 2014 2:57 pm
by bigfoot65
Ok, then do this first as root user:

Code: Select all

yum install nano