Changes between Initial Version and Version 1 of Ticket #2538
- Timestamp:
- 06/15/12 15:52:42 (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2538 – Description
initial v1 1 1 Probably use ansible to do this. To create an instance, create a dir at /etc/ckan/MYSITE, and put MYSITE.wsgi, MYSITE.ini and who.ini files in it. Also put a MYSITE file in /etc/apache2/sites-available. See the example files already present in ckanbuild. Booting a new site should be a single command. 2 3 May not handle the postgres/solr/elastic-search side of things yet, could just require the user to set these up herself first and then pass them as args to the create-instance command.