https://github.com/mathsgod/rayback-dist
https://github.com/mathsgod/rayback-dist
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mathsgod/rayback-dist
- Owner: mathsgod
- Created: 2023-08-10T10:06:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-12T03:59:07.000Z (over 2 years ago)
- Last Synced: 2025-03-13T09:03:25.128Z (over 1 year ago)
- Language: PHP
- Size: 1.63 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RayBack dist
## Installation
Go to your web root directory and run
```
mkdir rayback
cd rayback
php -r "copy('https://github.com/mathsgod/rayback-dist/raw/main/rayback.phar', 'rayback.phar');"
```
## Setup
```
php rayback.phar init
```
## Usage
### Check database connection
After setup, you can check database connection by running
```
php rayback.php test_db
```