Skip to content

Commit

Permalink
Merge pull request #3741 from brylie/patch-1
Browse files Browse the repository at this point in the history
Add note about CKAN directory and personal repo
  • Loading branch information
wardi committed Aug 3, 2017
2 parents 717ac32 + b8a4c3c commit cafcfbd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions doc/maintaining/installing/install-from-source.rst
Expand Up @@ -105,6 +105,14 @@ b. Install the recommended ``setuptools`` version:
pip install setuptools==\ |min_setuptools_version|
c. Install the CKAN source code into your virtualenv.
.. important::

For the following commands, make sure you are in your CKAN default directory. E.g.

.. parsed-literal::
cd /usr/lib/ckan/default/
To install the latest stable release of CKAN (CKAN |latest_release_version|),
run:

Expand All @@ -120,6 +128,15 @@ c. Install the CKAN source code into your virtualenv.
pip install -e 'git+\ |git_url|\#egg=ckan'
.. tip::

If you would like to work submit a pull request with your changes, be sure you are working from a cloned repository.
Use your personal repository URL instead of the CKAN repository. E.g.

.. parsed-literal::
pip install -e 'git=https://github.com/{your-username}/ckan.git#egg=ckan'
.. warning::

The development version may contain bugs and should not be used for
Expand Down

0 comments on commit cafcfbd

Please sign in to comment.