]> git.parisson.com Git - telemeta.git/commit
Add Dockerfile and docker-compose config, update sandbox config
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 12 Mar 2015 16:41:23 +0000 (17:41 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 12 Mar 2015 16:41:23 +0000 (17:41 +0100)
commit905da30a5ca83d1896e1870f269905c2bdca821d
treef71b022b42db11d7523178c0f70fe2131cda58ef
parent706e589562c5f2a6beae573c25704494dd53f43b
Add Dockerfile and docker-compose config, update sandbox config
29 files changed:
Dockerfile [new file with mode: 0644]
docker-compose.yml [new file with mode: 0644]
example/apache2/telemeta.conf [deleted file]
example/data/format/original_format.txt [deleted file]
example/sandbox/__init__.py [deleted file]
example/sandbox/diag.sh [deleted file]
example/sandbox/manage.py [deleted file]
example/sandbox/modelviz.py [deleted file]
example/sandbox/robots.txt [deleted file]
example/sandbox/settings.py [deleted file]
example/sandbox/update_schema.sh [deleted file]
example/sandbox/urls.py [deleted file]
example/sandbox/wsgi.py [deleted file]
examples/deploy/apache-app.conf [new file with mode: 0644]
examples/deploy/apt-app.list [new file with mode: 0644]
examples/deploy/nginx-app.conf [new file with mode: 0644]
examples/deploy/start_app.sh [new file with mode: 0644]
examples/fixtures/original_format.txt [new file with mode: 0644]
examples/sandbox/__init__.py [new file with mode: 0644]
examples/sandbox/diag.sh [new file with mode: 0755]
examples/sandbox/manage.py [new file with mode: 0755]
examples/sandbox/modelviz.py [new file with mode: 0644]
examples/sandbox/robots.txt [new file with mode: 0644]
examples/sandbox/settings.py [new file with mode: 0644]
examples/sandbox/update_schema.sh [new file with mode: 0755]
examples/sandbox/urls.py [new file with mode: 0644]
examples/sandbox/wsgi.py [new file with mode: 0644]
setup.py
telemeta/management/commands/telemeta-create-admin-user.py [new file with mode: 0644]