25 lines
345 B
Markdown
25 lines
345 B
Markdown
|
_src
|
||
|
====
|
||
|
|
||
|
_Clone your source code here._
|
||
|
|
||
|
<br>
|
||
|
|
||
|
## CKAN
|
||
|
|
||
|
The least you need is CKAN itself
|
||
|
|
||
|
Clone it:
|
||
|
|
||
|
clone https://github.com/ckan/ckan.git
|
||
|
|
||
|
## 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`
|
||
|
|