update README
This commit is contained in:
parent
d26aebd6f6
commit
0cc04eae61
19
README.md
19
README.md
@ -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 :
|
||||
|
Loading…
Reference in New Issue
Block a user