Skip to content

Commit 749e7af

Browse files
author
David Read
committed
[doc]: Bitbucket changed to github.
1 parent f68e4f8 commit 749e7af

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/install-from-source.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,15 @@ Install the Source
9898

9999
4. Install CKAN code and other required Python packages into the new environment.
100100

101-
Choose which version of CKAN to install. Released versions are listed at https://bitbucket.org/okfn/ckan - click on the list of tags. For example: ``ckan-1.4.2``
101+
Choose which version of CKAN to install. Released versions are listed at https://github.com/okfn/ckan - click on the list of tags. For example: ``ckan-1.5``
102102

103103
::
104104

105-
pip install --ignore-installed -e hg+http://bitbucket.org/okfn/ckan@ckan-1.4.2#egg=ckan
105+
pip install --ignore-installed -e git+https://github.com/okfn/ckan.git@ckan-1.5#egg=ckan
106106

107107
Alternatively, if you are to develop CKAN, then you will probably want to use the latest 'bleeding edge' code. If using this version, we suggest you `check CKAN has passed the automatic tests <http://buildbot.okfn.org/waterfall>`_. Here is how to install the latest code::
108108

109-
pip install --ignore-installed -e hg+http://bitbucket.org/okfn/ckan#egg=ckan
109+
pip install --ignore-installed -e git+https://github.com/okfn/ckan.git#egg=ckan
110110

111111
5. CKAN has a set of dependencies it requires which you should install too. These are listed in three text files: requires/lucid_*.txt, followed by WebOb explicitly.
112112

fabfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
env.ckan_instance_name = 'test' # e.g. test.ckan.net
7575
env.base_dir = os.getcwd() # e.g. /home/jsmith/var/srvc
7676
env.local_backup_dir = os.path.expanduser('~/db_backup')
77-
env.ckan_repo = 'https://bitbucket.org/okfn/ckan/raw/%s/'
77+
env.ckan_repo = 'https://github.com/okfn/ckan/raw/%s/'
7878
pip_requirements = 'pip-requirements.txt'
7979
env.skip_setup_db = False
8080

0 commit comments

Comments
 (0)