update README

This commit is contained in:
nobohan 2024-01-30 11:06:33 +01:00
parent d26aebd6f6
commit 0cc04eae61
1 changed files with 0 additions and 19 deletions

View File

@ -51,25 +51,6 @@ $ docker-compose run taxhub bash install_db.sh
$ docker-compose up -d taxhub
```
#### Compilation du JS de Taxhub
This is probably not needed as we don't use Taxhub.
##### Mise à jour de npm
```
$ docker-compose exec -u root taxhub bash
taxhub $ npm install npm@latest -g
```
#### Compilation du code
```
$ docker-compose exec taxhub bash
taxhub $ cd static
taxhub $ cp app/constants.js.sample app/constants.js
taxhub $ npm install
```
### nginx
Redirige de 8080 vers autres services :