15 lines
697 B
Markdown
15 lines
697 B
Markdown
# Deployment Instructions
|
|
|
|
1. **Upload Files**: Upload all files to your server (e.g., via BT Panel/宝塔).
|
|
2. **Database Setup**:
|
|
- Create a new MySQL/MariaDB database.
|
|
- Import `install.sql` into the new database.
|
|
3. **Configuration**:
|
|
- Edit `db/config.php` and update the `DB_NAME`, `DB_USER`, and `DB_PASS` with your new database credentials.
|
|
4. **Permissions**: Ensure the `uploads/` and `db/` directories are writable by the web server.
|
|
|
|
## Features
|
|
- **Real-time Exchange Rates**: Fiat-to-USDT rates are fetched automatically.
|
|
- **Global Currencies**: Supports 30+ major global currencies with flags.
|
|
- **Admin Panel**: Accessible via `/admin`. Default login: `admin` / `admin`.
|