Commit graph

38 commits

Author SHA1 Message Date
Ryan Turner
e80cf27d74
Convert CRLF to LF on Windows Fix, enforce LF and updated README (#183)
Co-authored-by: FlyingArowana <TheSCREWEDSoftware@users.noreply.github.com>
2026-04-01 09:25:28 +02:00
Stefano Borzì
2d112ca5cf
feat: add 3d model viewer (#164) 2025-09-02 23:07:57 +02:00
Yehonal
dfacdc2517
refactor: remove unused git-subrepo, replaced with git submodules (#159)
* refactor: remove unused git-subrepo integration and update README with init script instructions

* fix: correct initialization order in init script for proper execution

* fix: correct path resolution in init script for proper application setup
2025-07-15 20:24:13 +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
dca4025e54 feat: implement import and export scripts for Docker volumes + fix healthchecks 2025-07-03 22:12:52 +00:00
Ryan Turner
0371044cff
Smartstone Implementation with Acore-CMS (#155)
Co-authored-by: Helias <stefanoborzi32@gmail.com>
2025-06-16 23:09:01 +02:00
Yehonal
271691787f
feat: Add GitHub Action for syncing acore-cms-wp-plugin changes (#152)
* feat: add WordPress multisite support

* feat: github action to sync changes to the acore-cms-wp-plugin repo

* fixed command

* update

* naming
2025-01-02 13:15:09 +01:00
Yehonal
14e7d014f5
feat: add WordPress multisite support (#151)
* feat: add WordPress multisite support

* fixed command
2025-01-02 13:14:49 +01:00
Stefano Borzì
317525c9f4
docs(themes.md): update links 2024-12-31 16:37:53 +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
8390091268 fix: configure-acore-docker.md updated 2024-12-21 13:04:52 +00:00
Stefano Borzì
1a0f3c1068
docs(configure-cms.md): add deleted char restore 2024-12-21 12:37:31 +01: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
Alex C.
d37a85b2a4
docs: improve local setup (#143)
* Fix docker

* improve local setup

- adjust readme
- provide soap connectivity bash script
- fix docker compose setup
- provide defaults for SOAP/DB connection

* improve local setup

- adjust readme
- provide soap connectivity bash script
- fix docker compose setup
- provide defaults for SOAP/DB connection

* Update docs/README.md

* docs(configure-cms.md): add markdown spaces

---------

Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com>
2024-09-19 13:40:27 +02:00
Stefano Borzì
2cced60256
docs: add acore-docker+acore-cms documentation (#140) 2024-09-09 21:23:58 +02:00
Walter Pagani
b534d084a3
fix (README.md): Typing error (#130) 2023-07-12 09:40:29 +02:00
tazboyz16
0ebe450f1b
Update configure-cms.md (#129)
misspelling on header
2023-05-26 23:09:15 +02:00
Stefano Borzì
50ae8e95e7
feat: add transmog item send service (#113)
* feat: add transmog item send service

* chore: improve transmog item send

* feat: add itemset
2022-06-15 22:45:35 +02:00
Axel Cocat
f97de3509c
feat: name unlock service (#115)
* feat: name unlock service

* style: change weird i assignment
2022-05-28 22:15:22 +02:00
Stefano Borzì
0ed34172d7
feat: Item restoration restoration (#103)
* fix: prevent abuse via API of the item-restoration service

* feat: add item-restore service

* chore: add documentation for item restoration

* chore: improve graphics

* Update srv/wordpress/wp-content/plugins/acore-wp-plugin/src/Hooks/WooCommerce/ItemRestoration.php

Co-authored-by: gareth-charles <50978473+gareth-charles@users.noreply.github.com>

Co-authored-by: Stefano Borzi <stefano.borzi@fedex.com>
Co-authored-by: gareth-charles <50978473+gareth-charles@users.noreply.github.com>
2022-03-23 21:01:34 +01:00
Skjalf
a8e81d60c4
feat: Guild Rename service (#99)
* feat: Guild Rename service

* double quotes

* update

* typo

* typos

* Update srv/wordpress/wp-content/plugins/acore-wp-plugin/src/Hooks/WooCommerce/GuildChange.php

Co-authored-by: gareth-charles <50978473+gareth-charles@users.noreply.github.com>

* Update srv/wordpress/wp-content/plugins/acore-wp-plugin/src/Hooks/WooCommerce/GuildChange.php

Co-authored-by: gareth-charles <50978473+gareth-charles@users.noreply.github.com>

* Update srv/wordpress/wp-content/plugins/acore-wp-plugin/src/Hooks/WooCommerce/GuildChange.php

Co-authored-by: gareth-charles <50978473+gareth-charles@users.noreply.github.com>

* chore: add guild-rename service into the doc

* Update srv/wordpress/wp-content/plugins/acore-wp-plugin/src/Hooks/WooCommerce/GuildChange.php

Co-authored-by: gareth-charles <50978473+gareth-charles@users.noreply.github.com>
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com>
2022-03-20 17:32:39 +01:00
Francesco Borzì
a748efc75a
chore: minor edit to the README 2022-03-18 12:33:58 +01:00
Skjalf
a244ad0846
docs: Make the installation steps a bit more clear (#100) 2022-03-18 12:32:12 +01:00
Stefano Borzì
9636948ac0
chore: add ref link for restrict web page access 2022-03-15 19:29:52 +01:00
Yehonal
4aed9cd9ef
Create themes.md (#73)
* Create themes.md

* update
2021-09-28 00:21:06 +02:00
tazboyz16
30cc861a29
Update README.md (#54)
found a single misspell
2021-07-13 12:43:13 +02:00
Stefano Borzì
16a49937f1
Carbon copy tickets (#26)
* feat: add carbon copy tickets to the shop

* doc: add info for carbon copy tickets

* chore: change SKU carboncopy_tickets into carboncopy-tickets
2021-03-30 23:35:22 +02:00
Stefano Borzì
c2e07e57ce
feat(char-change-customization): add char change customization service to the shop (#21) 2021-03-25 18:31:09 +01:00
Yehonal
382db01cd0
fix(README): outdated documentation + more info (#15)
* fix(README): outdated documentation + more info

* Update README.md

* Update README.md
2020-12-28 23:47:26 +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ì
368b4bec12
docs(shop): stack item, close #10 2020-12-24 19:13:25 +01:00
Stefano Borzì
137073bad2
docs(config): update 2020-12-19 20:56:50 +01:00
Stefano Borzì
976d75a294
Update configure-cms.md 2020-12-10 20:24:55 +01:00
Stefano Borzì
67079f7685
Update README.md 2020-12-10 20:23:08 +01:00
Stefano Borzì
f725eb0628
Update README.md 2020-12-10 20:21:36 +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
yehonal
edeaeeea3b updated readme 2020-07-12 19:22:48 +02:00
Yehonal
67dea702e0 created docs 2020-05-30 14:10:11 +02:00