Page 3 of 3

Re: Amahi 7 status and DNS/DHCP server change plans

Posted: Wed Mar 13, 2013 12:13 pm
by stern88
Hmm .. The sshd is odd, as it's one of the very few services that should.

dhcpd should not start now -- the server is called dnsmasq now and contains both dhcp and dns server all in one, in a very light package.
Ah, ok. Yes, dnsmasq starts automatically.

Concerning sshd: You will chkconfig sshd, wont you?

Btw: the user creation should be a bit more user-friendly. If you try to define a username with spaces like "my name", the user creation fails without warning message. Same problem for more than 2 spaces in the user comments (2nd tab): fails without showing a reason.

Re: Amahi 7 status and DNS/DHCP server change plans

Posted: Wed Mar 13, 2013 2:49 pm
by cpg
Yes, this is part of the UI area we're working on now.

We need to find a way to test this with all the corner cases.

We have automatic testing which takes a little bit of ruby knowledge to make work, if you are interested.

It's fairly intuitive, however.

Re: Amahi 7 status and DNS/DHCP server change plans

Posted: Thu Mar 14, 2013 12:38 pm
by stern88
We have automatic testing which takes a little bit of ruby knowledge to make work, if you are interested.
The rspecs at https://github.com/amahi/platform/blob/ ... ab_spec.rb look like an workflow to - for example - create a new user. How can I edit/test this? Lets say I have git cloned the folder on my Harddisk, how can I run these tests?

Re: Amahi 7 status and DNS/DHCP server change plans

Posted: Thu Mar 14, 2013 12:49 pm
by cpg
run

Code: Select all

rake spec
at the top of the platform tree.

Re: Amahi 7 status and DNS/DHCP server change plans

Posted: Thu Mar 14, 2013 12:59 pm
by cpg
More info on how to run the platform on its own at the [wiki]Amahi Edge[/wiki] wiki page.