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
+2 -2
View File
@@ -34,7 +34,7 @@ A modern Habbo retro CMS powered by Laravel 13, Filament 5, React 19, and Nitro.
## Quick Start
```bash
git clone https://your-gitea-server/remco/Atomcms-edit.git /var/www/atomcms
git clone https://git.your-server.com/remco/Atomcms-edit.git /var/www/atomcms
cd /var/www/atomcms
cp .env.example.linux .env
php artisan key:generate
@@ -151,7 +151,7 @@ corepack install -g yarn@latest
sudo mysql -e "ALTER USER 'root'@'localhost' IDENTIFIED BY 'your_root_password'; FLUSH PRIVILEGES;"
# 5. Clone
git clone https://your-gitea-server/remco/Atomcms-edit.git /var/www/atomcms
git clone https://git.your-server.com/remco/Atomcms-edit.git /var/www/atomcms
cd /var/www/atomcms
# 6. Configure