Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diegocortassa/docker-tactic
Dockerfile for a tactic docker image
https://github.com/diegocortassa/docker-tactic
assets-management digital-assets dockerfile tactic vfx vfx-pipeline workflow-engine
Last synced: 5 days ago
JSON representation
Dockerfile for a tactic docker image
- Host: GitHub
- URL: https://github.com/diegocortassa/docker-tactic
- Owner: diegocortassa
- License: epl-1.0
- Created: 2014-07-24T10:28:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-02-19T20:24:35.000Z (over 2 years ago)
- Last Synced: 2024-08-02T12:50:39.788Z (3 months ago)
- Topics: assets-management, digital-assets, dockerfile, tactic, vfx, vfx-pipeline, workflow-engine
- Language: Shell
- Homepage:
- Size: 20.5 KB
- Stars: 14
- Watchers: 5
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - diegocortassa/docker-tactic - Dockerfile for a tactic docker image (others)
README
docker-tactic
=================Tactic docker image.
TACTIC
------
TACTIC is a dynamic, open-source, web-based platform used for building enterprise solutions. It combines elements of traditional DAM, PAM, CMS and workflow management systems to optimize busy work environments. Read more at [Southpaw Technology web site](http://www.southpawtech.com/tactic/)Docker Image
------------
This docker image is intended as an easy all in one installation to start experimenting with tactic including a postgresql server and an apache server. For a production server it is better to run tactic, postgresql and apache into different containers
The built image is available on the [Docker index](https://index.docker.io/) as **diegocortassa/tactic**
Dockerfile and source files can be found on [github](https://github.com/diegocortassa/docker-tactic)Install docker on your host
On a recent ubuntu just use "sudo apt-get update; sudo apt-get install docker.io", (I usually add an alias "alias docker='sudo docker.io'" to my .bashrc)Download image with:
$ docker pull diegocortassa/tactic
Run the container with:
$ docker run -d --name tactic --volume=/tactic-docker/tactic:/opt/tactic --volume=/tactic-docker/postgres-data:/var/lib/pgsql/data -p 80:80 diegocortassa/tactic
/opt/tactic contains tactic config and data
/var/lib/pgsql/data contains the postgres database- connect with your browser to http://localhost to use tactic.