Skip to content

Commit

Permalink
Merge pull request #4713 from mattfullerton/patch-11
Browse files Browse the repository at this point in the history
Remove confusing line from source install instructions
  • Loading branch information
David Read committed Apr 12, 2019
2 parents 6eec1c4 + 4a05631 commit e14912c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/maintaining/installing/install-from-source.rst
Expand Up @@ -171,7 +171,6 @@ Create a directory to contain the site's config files:
sudo mkdir -p |config_dir|
sudo chown -R \`whoami\` |config_parent_dir|/
sudo chown -R \`whoami\` ~/ckan/etc
Create the CKAN config file:

Expand Down Expand Up @@ -378,4 +377,4 @@ ImportError: No module named 'flask_debugtoolbar'
This may show up if you are creating the database tables and you have enabled debug
mode in the config file. Simply install the development requirements::

pip install -r /usr/lib/ckan/default/src/ckan/dev-requirements.txt
pip install -r /usr/lib/ckan/default/src/ckan/dev-requirements.txt

0 comments on commit e14912c

Please sign in to comment.