<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">2014-05-07 12:08 GMT+02:00 Clauz <span dir="ltr"><<a href="mailto:clauz@ninux.org" target="_blank">clauz@ninux.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="">On 04/28/2014 04:27 PM, Stefano Tonazzi wrote:<br>
> Hi all,<br>
> the Nodeshot install procedure can be easily tested on a Virtual Machine<br>
> following the instructions below.<br>
> These have been tested on a Ubuntu 12.04 host, but can be easily<br>
> replicated on other systems:<br>
<br>
</div>Hi, there.<br>
I tried to follow the instructions to install nodeshot on a VirtualBox<br>
VM. I didn't use vagrant, just the fabric script (thanks a lot for<br>
that). The system is an Ubuntu 12.04 LTS system.<br>
<br>
To finalize the installation I had to perform the following steps:<br>
<br>
 - change the domain to the IP address of the VM in<br>
/var/www/nodeshot/projects/NodeshotDev/NodeshotDev/local_settings.py<br>
(where NodeshotDev is a name given by me)<br></blockquote><div><br></div><div>this should be managed by the installation process, with the server_name parameter that is inserted at the beginning.<br></div><div>I'll give it a check, to see if it works as expected.<br>
</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
 - create the admin user (with help from Nemesis):<br>
# source python/bin/activate<br>
# python manage.py shell<br>
>>> from nodeshot.community.profiles.models import Profile<br>
>>> u = Profile()<br>
>>> u.username = 'admin'<br>
>>> u.set_password('admin')<br>
>>> u.active = True<br>
>>> u.is_staff = True<br>
>>> u.is_superuser = True<br>
>>> u.save()<br></blockquote><div><br></div><div>I have added ( today ) a function in the fab file that does this work automatically,<br></div><div>adding 'admin' superuser with password admin.<br><br></div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Now it looks like it works :)<br>
<br>
cheers,<br>
Clauz<br></blockquote><div><br></div><div>Bye Stefano<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5"><br>
<br>
_______________________________________________<br>
Nodeshot mailing list<br>
<a href="mailto:Nodeshot@ml.ninux.org">Nodeshot@ml.ninux.org</a><br>
<a href="http://ml.ninux.org/mailman/listinfo/nodeshot" target="_blank">http://ml.ninux.org/mailman/listinfo/nodeshot</a><br>
</div></div></blockquote></div><br></div></div>