Skip to content

Commit

Permalink
Clean old files
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Jan 12, 2024
1 parent c9ec619 commit 8fbf4ed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 169 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ Its purpose is to :
2. let people browse a report of a test execution
3. display some statistics about test failures

## Usage

Create a database following the schema provided in schema.sql at the root of the project.

Don't forget to launch `composer install` to install all dependencies.

### Configuration

You can create a `.env.local` file at the root of the project. You can also pass the values via environment variables.
Expand All @@ -26,6 +20,11 @@ Here are the main ones:
| DATABASE_URL | DSN for MySQL Server |
| QANB_TOKEN | Token to add JSON data through the Hook |

## Usage

Install dependencies with a `composer install`.

Create a database with a `php bin/console doctrine:schema:update --dump-sql --force`.

## Web server configuration

Expand Down
9 changes: 0 additions & 9 deletions dbUpgrade.sh

This file was deleted.

154 changes: 0 additions & 154 deletions schema.sql

This file was deleted.

0 comments on commit 8fbf4ed

Please sign in to comment.