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
ee2935eb43
commit
45cc66880d
47
README.md
47
README.md
@ -42,12 +42,6 @@ Clone the repository:
|
|||||||
git clone https://github.com/maelgangloff/domain-watchdog.git
|
git clone https://github.com/maelgangloff/domain-watchdog.git
|
||||||
```
|
```
|
||||||
|
|
||||||
Navigate to the project directory:
|
|
||||||
|
|
||||||
```shell
|
|
||||||
cd domain-watchdog
|
|
||||||
```
|
|
||||||
|
|
||||||
#### Backend
|
#### Backend
|
||||||
|
|
||||||
1. Install dependencies:
|
1. Install dependencies:
|
||||||
@ -66,7 +60,6 @@ cd domain-watchdog
|
|||||||
```shell
|
```shell
|
||||||
php bin/console doctrine:migrations:migrate
|
php bin/console doctrine:migrations:migrate
|
||||||
```
|
```
|
||||||
```
|
|
||||||
5. Start the Symfony server:
|
5. Start the Symfony server:
|
||||||
```shell
|
```shell
|
||||||
symfony server:start
|
symfony server:start
|
||||||
@ -74,6 +67,46 @@ cd domain-watchdog
|
|||||||
|
|
||||||
#### Frontend
|
#### Frontend
|
||||||
|
|
||||||
|
1. Install dependencies:
|
||||||
|
```shell
|
||||||
|
yarn install
|
||||||
|
```
|
||||||
|
2. Generate language files:
|
||||||
|
```shell
|
||||||
|
yarn run ttag:po2json
|
||||||
|
```
|
||||||
|
3. Make the final build:
|
||||||
|
```shell
|
||||||
|
yarn build
|
||||||
|
```
|
||||||
|
|
||||||
|
## Update
|
||||||
|
|
||||||
|
**Any updates are your responsibility. Make a backup of the data if necessary.**
|
||||||
|
|
||||||
|
Fetch updates from the remote repository:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
git pull origin master
|
||||||
|
```
|
||||||
|
|
||||||
|
### Backend
|
||||||
|
|
||||||
|
1. Install dependencies:
|
||||||
|
```shell
|
||||||
|
composer install
|
||||||
|
```
|
||||||
|
2. Run database migrations:
|
||||||
|
```shell
|
||||||
|
php bin/console doctrine:migrations:migrate
|
||||||
|
```
|
||||||
|
3. Clearing the Symfony cache:
|
||||||
|
```shell
|
||||||
|
php bin/console cache:clear
|
||||||
|
```
|
||||||
|
|
||||||
|
### Frontend
|
||||||
|
|
||||||
1. Install dependencies:
|
1. Install dependencies:
|
||||||
```shell
|
```shell
|
||||||
yarn install
|
yarn install
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user