Skip to content

Commit

Permalink
- fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Oct 16, 2018
1 parent 208352d commit 66b5bf5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ install:
- sudo apt-get install -y python-dev libxml2 libxml2-dev libxslt1-dev zlib1g-dev libjpeg-dev libpq-dev libgdal-dev git default-jdk
- sudo add-apt-repository -y ppa:webupd8team/java
- sudo apt-get update
- sudo apt-get install -y --allow oracle-java8-installer ant maven2 --no-install-recommends
- sudo apt-get install -y oracle-java8-installer ant maven2 --no-install-recommends
- sudo update-java-alternatives --set java-8-oracle
- pip install -r requirements.txt --upgrade
- pip install -e . --upgrade
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/devel/devel_env/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Summary of the installation steps

.. code-block:: console

$ sudo apt-get install -y --allow openjdk-7-jdk --no-install-recommends
$ sudo apt-get install -y openjdk-7-jdk --no-install-recommends

*Supporting tools*

Expand Down Expand Up @@ -374,7 +374,7 @@ Summary of the installation steps
Start working on Geonode the next day after install
===================================================

With every restart of your machine, you have to restart GeoNode as well. That means, you will not be able to open http://localhost:8000 directly after starting your machine new. In order to be able to use GeoNode now, you have to activate your virtualenv and to start the development servers.
With every restart of your machine, you have to restart GeoNode as well. That means, you will not be able to open http://localhost:8000 directly after starting your machine new. In order to be able to use GeoNode now, you have to activate your virtualenv and to start the development servers.

.. note:: *username* is the name of your machine and personal folder!

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/devel/devel_env/index_bk.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Summary of the installation steps

.. code-block:: console

$ sudo apt-get install -y --allow openjdk-6-jdk --no-install-recommends
$ sudo apt-get install -y openjdk-6-jdk --no-install-recommends

*supporting tools*

Expand Down

0 comments on commit 66b5bf5

Please sign in to comment.