You've already forked Atomcms-edit
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user