2014-10-26 22:21:58 +01:00
|
|
|
_src
|
|
|
|
====
|
|
|
|
|
|
|
|
_Clone your source code here._
|
|
|
|
|
|
|
|
<br>
|
|
|
|
|
|
|
|
## CKAN
|
|
|
|
|
|
|
|
The least you need is CKAN itself
|
|
|
|
|
2014-10-27 19:59:19 +01:00
|
|
|
Clone CKAN:
|
2014-10-26 22:21:58 +01:00
|
|
|
|
2014-10-27 19:59:19 +01:00
|
|
|
git clone https://github.com/ckan/ckan.git
|
2014-10-26 22:21:58 +01:00
|
|
|
|
|
|
|
## Extensions
|
|
|
|
|
|
|
|
Clone them here as well
|
|
|
|
|
|
|
|
## Dependencies
|
|
|
|
|
|
|
|
Pip requirements are installed when the image is built.
|
|
|
|
All you need is a reqirement file named `requirements.txt` or `pip-requirements.txt`
|
|
|
|
|