Go to file
mtyton f8f3d35935 Merge pull request 'Renamed project to wagtail_store' (#23) from feature/project_rename into main
Reviewed-on: #23
2023-11-27 21:45:19 +00:00
wagtail_store Renamed project to wagtail_store 2023-11-27 22:34:44 +01:00
.gitignore Renamed project to wagtail_store 2023-11-27 22:34:44 +01:00
README.md Added woodpecker badge 2023-09-27 23:26:19 +00:00

README.md

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 Django

Woodpecker CI
Release Version

Requirements

  • Docker
  • Docker Compose

Installation

  1. Clone the repository using the following command:
    git clone https://forge.citizen4.eu/mtyton/comfy.git
  2. Build the Docker image:
    docker-compose build
  3. 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

  1. Access the application at 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/
  • 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 file for details.

Documentation

For more detailed information on how to use and customize the application, refer to the documentation.

License

This project is licensed under the GNU Affero General Public License v3.0.