[GeoNode-users] Create Geonode-Project Problem
Carlo Di Michele
carlo.dimichele at gmail.com
Wed Jun 15 11:04:12 PDT 2016
Hello,
I've a clean installation of geonode 2.4. using the quick install.
Everything works fine.
Now I wish to create an app using Geonode-Project 2.4 and I'm facing the
following problem typing:
$ django-admin startproject my_geonode
--template=https://github.com/GeoNode/geonode-project/archive/2.4.zip
-epy,rst
The error message is:
The program 'django-admin' is currently not installed. You can install
it by typing:
sudo apt-get install python-django
So I type:
sudo apt-get install python-django
and the message is:
Reading package lists... Done
Building dependency tree
Reading state information... Done
python-django is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 137 not upgraded.
Typing again:
$ django-admin startproject my_geonode
--template=https://github.com/GeoNode/geonode-project/archive/2.4.zip
-epy,rst
Again The error message is:
The program 'django-admin' is currently not installed. You can install
it by typing:
sudo apt-get install python-django
------------------------------------------------------------------------------------
If I skip the $ django-admin startproject my_geonode --template=htt........
and I go directly to:
$ sudo pip install -e my_geonode
The message is:
my_geonode should either be a path to a local project or a VCS url
beginning with svn+, git+, hg+, or bzr+
Storing debug log for failure in /home/carlo/.pip/pip.log
--------------------------------------------------------------------------------------
Thanks for any hint.
Regards
Carlo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20160615/e2a835a2/attachment.html>
More information about the geonode-users
mailing list