[GeoNode-users] ppa:geonode/testing install issue

Charles Cossé ccosse at gmail.com
Fri May 8 04:59:47 PDT 2015


Oh sorry, I had forgotten that I supplied a different password at the
createsuperuser stage.

On Fri, May 8, 2015 at 5:52 AM, Simone Dalmasso <simone.dalmasso at gmail.com>
wrote:

> You should not change the admin password but use the commands listed here
> http://docs.geonode.org/en/master/tutorials/admin/install/quick_install.html at
> step 3.
> $ geonode createsuperuser
> $ geonode-updateip
>
> Then use the created user to login.
>
> Thanks for the feedback about the java issue.
>
> 2015-05-08 13:49 GMT+02:00 Charles Cossé <ccosse at gmail.com>:
>
>> On Fri, May 8, 2015 at 3:48 AM, i wrote:
>>
>>> I went ahead and provisioned a normal 14.04 server and the installation
>>> of ppa:geonode/testing is working
>>>
>>
>> But the username/password = admin/admin did not work ... it was necessary
>> to do this:
>>
>> root at geonode:~# geonode shell
>> Python 2.7.6 (default, Mar 22 2014, 22:59:56)
>> [GCC 4.8.2] on linux2
>> Type "help", "copyright", "credits" or "license" for more information.
>> (InteractiveConsole)
>> >>> import geonode
>> >>> geonode.people.models.Profile.objects.all()[1]
>> <Profile: admin>
>> >>> geonode.people.models.Profile.objects.all()
>> [<Profile: AnonymousUser>, <Profile: admin>]
>> >>> geonode.people.models.Profile.objects.all()[1]
>> <Profile: admin>
>> >>> a=geonode.people.models.Profile.objects.all()[1]
>> >>> a.set_password("mypassword")
>> >>> a.save()
>>
>>
>>
>>> In fact I now found that the rpi 14.04 install also fails on startx
>>> after installing xubuntu-desktop as per the same instructions
>>> <https://wiki.ubuntu.com/ARM/RaspberryPi>.
>>>
>>
>> Although this point is not directly related to geonode, I did manage to
>> get the xubuntu-desktop running by editing config.txt (the rpi's text-file
>> bios) according to the defaults suggested here
>> <https://www.raspberrypi.org/documentation/configuration/config-txt.md>,
>> here <https://www.raspberrypi.org/forums/viewtopic.php?f=26&t=5851> and
>> here <https://forums.gentoo.org/viewtopic-p-7244624.html>.   It took
>> about 20 minutes to reboot directly into X with blankscreen and no feedback
>> during.  Once booted run "top" in a terminal and watch for load avgs to
>> settle down.  Eventually, after about 30 minutes, the x-desktop is
>> responsive.
>>
>> The architecture of the raspberry-pi is ARM rather than i86, and the
>> geoserver stuff is all java, if i'm not mistaken, so the problem with the
>> goenode-geoserver part of the ppa:geonode/testing installation (i.e. that
>> it failed to install) is likely a Java-ARM issue ... IMLIC (if my logic is
>> correct)
>>
>>
>>
>> _______________________________________________
>> geonode-users mailing list
>> geonode-users at lists.osgeo.org
>> http://lists.osgeo.org/cgi-bin/mailman/listinfo/geonode-users
>>
>>
>
>
> --
> Simone
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20150508/02ba6665/attachment-0001.html>


More information about the geonode-users mailing list