From b4edf01685ff4261246187b39105bae23e921858 Mon Sep 17 00:00:00 2001 From: mtyton Date: Sat, 30 Sep 2023 13:10:11 +0200 Subject: [PATCH] fixed woodpecker file --- README.md | 53 +++++++++++++++++++++++++++++++++++- artel/.woodpecker/.build.yml | 3 +- 2 files changed, 53 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0457fa4..0b1c652 100644 --- a/README.md +++ b/README.md @@ -1 +1,52 @@ -# comfy-szop +# ComfyShop + +ComfyShop is an open source project that combines a blog and shop using Django and Wagtail. It provides an easy-to-use interface for managing blog posts and products. + + +[![Python](https://img.shields.io/badge/Python-FFD43B?style=for-the-badge&logo=python&logoColor=blue)](https://www.python.org) +[![Django](https://img.shields.io/badge/Django-092E20?style=for-the-badge&logo=django&logoColor=green)](https://www.djangoproject.com/) + + +[![Release Version](https://img.shields.io/badge/Release%20Version-v0.2-blue)](https://forge.citizen4.eu/mtyton/comfy/releases/tag/0.2.0) +## Requirements + +- Docker +- Docker Compose + +## Installation + +1. Clone the repository using the following command: +```git clone https://forge.citizen4.eu/mtyton/comfy.git``` +3. Build the Docker image: +```docker-compose build``` +4. Run the Docker container for development: +```docker-compose up``` + + +For production, use the following command to run the Docker container: +```docker-compose -f docker-compose-prod.yml up -d``` + + +4. Access the application at [http://127.0.0.1:8001/](http://127.0.0.1:8001/) + +## Usage + +- Visit the home page to view the blog posts and shop items. + +## Customization + +- Access the admin panel at [http://127.0.0.1:8001/admin/](http://127.0.0.1:8001/admin/) +- Log in with the superuser credentials (you can create a superuser within the Docker container if not already done). +- Create and manage blog posts and products through the admin panel. + +## Contributing + +Feel free to contribute to this project by opening issues or creating pull requests. Please follow the contribution guidelines and review the [CONTRIBUTING.md](CONTRIBUTING.md) file for details. + +## Documentation + +For more detailed information on how to use and customize the application, refer to the [documentation](https://forge.citizen4.eu/mtyton/comfy/wiki). + +## License + +This project is licensed under the [GNU Affero General Public License v3.0](https://www.gnu.org/licenses/agpl-3.0.en.html). \ No newline at end of file diff --git a/artel/.woodpecker/.build.yml b/artel/.woodpecker/.build.yml index 2e6e8d2..70511f6 100644 --- a/artel/.woodpecker/.build.yml +++ b/artel/.woodpecker/.build.yml @@ -18,5 +18,4 @@ steps: - /var/run/docker.sock:/var/run/docker.sock when: event: pull_request - branch: ${CI_REPO_DEFAULT_BRANCH} - clean: \ No newline at end of file + branch: ${CI_REPO_DEFAULT_BRANCH} \ No newline at end of file