Skip to content

Commit

Permalink
update doc for customise look and feel
Browse files Browse the repository at this point in the history
  • Loading branch information
simod committed May 11, 2016
1 parent 3bc9778 commit 6bbed83
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ If you are working remotely, you should first connect to the machine that has yo

$ apt-get install python-django
$ django-admin startproject my_geonode --template=https://github.com/GeoNode/geonode-project/archive/master.zip -epy,rst
$ sudo pip install -e my_geonode
$ cd my_geonode
$ sudo pip install -e .
$ python manage.py syncdb

.. note:: You should NOT use the name *geonode* for your project as it will conflict with your default geonode package name.

Expand Down Expand Up @@ -88,11 +90,7 @@ Then regenerate the static **JavaScript** and **CSS** files from **/path/to/my_g
.. code-block:: console
:linenos:

$ cd /home/geonode/my_geonode
$ python manage.py collectstatic
$ python manage.py syncdb
$ /home/geonode/geonode
$ sudo pip install -e .
$ sudo service apache2 restart

Customize the Look & Feel
Expand Down

0 comments on commit 6bbed83

Please sign in to comment.