docs(claude): adaugă detalii deploy SSH în CLAUDE.md
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
17
CLAUDE.md
17
CLAUDE.md
@@ -6,6 +6,23 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
|
||||
|
||||
This is the Romfast company website (2025 version), a Romanian ERP software company. The site promotes ROA (Romfast Applications) - their ERP system for business management including accounting, inventory, HR, and specialized modules for automotive service and HORECA industries.
|
||||
|
||||
## Deploy
|
||||
|
||||
Deploy se face prin SSH cu rsync pe A2 Hosting:
|
||||
|
||||
```bash
|
||||
rsync -avz --exclude='.git' --exclude='.superdesign' --exclude='.claude' --exclude='verify-cleanup.sh' \
|
||||
-e "ssh -p 7822" \
|
||||
/home/moltbot/workspace/romfast-website/ \
|
||||
romfastr@nl1-ss18.a2hosting.com:~/public_html/
|
||||
```
|
||||
|
||||
- **Host:** nl1-ss18.a2hosting.com
|
||||
- **Port:** 7822
|
||||
- **User:** romfastr
|
||||
- **Document root:** `~/public_html/`
|
||||
- **Autentificare:** cheie SSH (fără parolă)
|
||||
|
||||
## Development Commands
|
||||
|
||||
### Website Development
|
||||
|
||||
Reference in New Issue
Block a user