Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 779 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 779 Bytes

This repo was originally transferred from @jucajuca. Thanks @jucajuca!.

Docker Tendenci

Docker file and docker-compose file to launch a tendenci instance.

Installation

Install docker and git in your system

git clone https://github.com/tendenci/tendenci12-dockerized.git

Usage

Rename the .env.sample file to .env Edit the .env file and adjust your settings

docker build --no-cache=true --rm -t tendenci .
docker-compose up -d

Do not forget the dot at the end of docker build

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Based on : https://github.com/frenchbeard/docker-tendenci

License

MIT