chore: clean up repo structure and polish docs

- Rewrite .gitignore in English with proper patterns for build artifacts, storage files, and IDE files
- Remove tracked build assets (hash-based) and storage files from git
- Update LICENSE copyright to 2026 Remco (Epicnabbo)
- Fix clone URLs in README (remove placeholder gitea-server)
- Sync docs/INSTALL.md with README installation guide
This commit is contained in:
root
2026-06-06 20:12:08 +02:00
parent 51e3876ed9
commit 1db80e76fe
54 changed files with 1245 additions and 1350 deletions
+3 -1
View File
@@ -1,6 +1,6 @@
# AtomCMS — Installation Guide
Follow these steps to configure your environment after cloning the repository.
> The README contains a 14-step guide for Ubuntu 26.04. This doc covers post-clone configuration.
---
@@ -98,3 +98,5 @@ sudo systemctl restart php8.5-fpm
---
Your hotel is now ready at `https://yourhotel.nl`.
> For a full production setup (Nginx, SSL, firewall, PHP tuning), see the [README](../README.md#installation-ubuntu-2604).