mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 17:55:42 +00:00
docs: update README.md
This commit is contained in:
parent
ed81167f49
commit
f9a7ed2b7f
@ -42,31 +42,26 @@ on [How to deploy a Symfony application](https://symfony.com/doc/current/deploym
|
|||||||
```shell
|
```shell
|
||||||
git clone https://github.com/maelgangloff/domain-watchdog.git
|
git clone https://github.com/maelgangloff/domain-watchdog.git
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Navigate to the project directory:
|
2. Navigate to the project directory:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
cd domain-watchdog
|
cd domain-watchdog
|
||||||
```
|
```
|
||||||
|
3. Install dependencies:
|
||||||
3.Install dependencies:
|
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
composer install
|
composer install
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Set up your environment variables:
|
4. Set up your environment variables:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
cp .env .env.local
|
cp .env .env.local
|
||||||
```
|
```
|
||||||
|
|
||||||
5. Run database migrations:
|
5. Run database migrations:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
php bin/console doctrine:migrations:migrate
|
php bin/console doctrine:migrations:migrate
|
||||||
```
|
```
|
||||||
|
|
||||||
6. Start the Symfony server:
|
6. Start the Symfony server:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user