Commit graph

16 commits

Author SHA1 Message Date
Ryan Turner
62271c7d59
fix: Windows not being able to start docker properl.y (#189)
Co-authored-by: Claude <claude@anthropic.com>
2026-05-21 11:59:29 +02:00
Yehonal
7a1a7239b1 feat: add batch installation and activation for plugins and themes; integrate bash-lib for enhanced functionality 2025-07-10 13:22:31 +02:00
Yehonal
5ee151d342
feat: enhance plugin management with external configuration support (#157)
* feat: enhance plugin management with external configuration support and update README

* fix: update .env.docker for PHP configuration paths and enhance error handling in init script

* feat: add theme installation and activation support in init scripts

* feat: enhance plugin and theme configuration system in Docker

* feat: enhance plugin and theme installation process with slug support
2025-07-08 09:28:04 +02:00
Yehonal
604e688803
feat: CI/CD workflows for the setup process (#153) 2025-01-02 13:16:19 +01:00
Yehonal
e211805d3e
feat: wp within the container (#150)
**Refactor Acore-CMS: Docker Compose as the Sole Installation Method**

This pull request introduces a significant refactoring of Acore-CMS to standardize **Docker Compose** as the only supported installation method. By removing the WordPress sources (a common cause of conflicts with other forks) from the repository, we simplify the setup process and ensure seamless installation of WordPress and required plugins via WP-CLI.

### **Changes**
- Removed WordPress sources from the repository.
- Moved `acore-wp-plugin` under the `src` folder.
- Implemented automatic installation of required plugins (e.g., WooCommerce, myCred, WP-GraphQL).
- Fixed Redis integration.
- Set `wordpress:6.7.1-php8.3-fpm` as the default WordPress version.
- Updated README.md
2024-12-31 16:20:39 +01:00
Yehonal
f1a6a85e1e feat: update wordpress and php 2024-12-21 09:31:44 +00:00
Yehonal
b83bcf5ee2
fix: initial setup (#147)
* fix: initial setup

## Changes

- fixed php version to use the one supported by the current pre-installed wordpress version (we will update it later)
- fixed healthcheck for wp-db
- Improved the readme
- switched from the legacy docker-compose to the new `docker compose` command
- implemented the DOCKER_AC_NETWORK_EXTERNAL to support installation of acore-cms when azerothcore is not under docker

* update
2024-12-21 10:30:24 +01:00
Helias
960f41a629 chore: update acore-wp-plugin 2024-11-09 20:52:06 +01:00
Stefano Borzì
2a639e5fec
feat(auth-system): update the verifyAccount function adding salt and SRP6 algorithm (#20) 2021-03-25 18:30:58 +01:00
Yehonal
8aa57fe175
refactoring(docker): reworked docker layer to use its standards (#13)
* .gitignore + rework .env

* Reworked docker system

* Fixed db exporter

* Updated README.md

* Missing changes + cleanup

Co-authored-by: root <root@webserver.8.8.8.8>
2020-12-28 00:57:31 +01:00
Stefano Borzì
3502f0c9d1
docs(conf-install): any detail about installation and configuration for production and development (#9)
* docs(init): init doc

* docs(install-conf): any configuration and installation detail

* feat(registration-hook): improve hook related to creating account process

* docs(shop): add shop integration documentation

* chore(docker-compose): add DOCKER_PORT variable to .env and docker-compose

* docs(README): update readme

* chore(readme): updat readme

* chore(readme): updat readme

* docs(config): update discord channel

* chore(env): update variables
2020-12-10 20:13:50 +01:00
root
23caded1fe fix: docker build & removed deprecated code from jsdc 2020-07-15 18:28:44 +00:00
Stefano Borzì
81d310797a
chore(docker): add support freetype 2020-06-10 23:39:08 +02:00
Yehonal
85508c1c29 Uploaded all files 2020-06-01 20:42:00 +02:00
Yehonal
84adbf409b WIP 2020-06-01 18:34:30 +02:00
Yehonal
60a01b4a92 First commit 2020-05-30 12:16:50 +02:00