An open API service indexing awesome lists of open source software.

https://github.com/mathsgod/rayback-dist


https://github.com/mathsgod/rayback-dist

Last synced: 8 months ago
JSON representation

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
```