- Edit package.json
{ ... "dependencies": { "@nestjs/bull": "^10.0.1", "@nestjs/common": "^10.3.0", "@nestjs/config": "^3.1.1", "@nestjs/core": "^10.3.0", "@nestjs/elasticsearch": "^10.0.1",
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| REDIS_HOST=Your_Redis_Host_Is_Actived | |
| REDIS_PORT=Your_Redis_Port_Is_Actived |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| faqih@shinobi:~$ sudo apt-get update | |
| faqih@shinobi:~$ sudo apt-get upgrade | |
| faqih@shinobi:~$ sudo service packagekit restart | |
| faqih@shinobi:~$ sudo apt-get update --fix-missing | |
| faqih@shinobi:~$ sudo apt install lsb-release ca-certificates apt-transport-https software-properties-common -y | |
| faqih@shinobi:~$ sudo add-apt-repository ppa:ondrej/php | |
| faqih@shinobi:~$ sudo apt update |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| faqih@shinobi:~$ sudo apt-get update | |
| faqih@shinobi:~$ sudo apt-get upgrade | |
| faqih@shinobi:~$ sudo service packagekit restart | |
| faqih@shinobi:~$ sudo apt-get update --fix-missing | |
| faqih@shinobi:~$ sudo apt install software-properties-common | |
| faqih@shinobi:~$ sudo add-apt-repository ppa:ondrej/php | |
| faqih@shinobi:~$ sudo apt update |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #1 Install dependecies : | |
| - fs-extra | |
| - exceljs | |
| - multer | |
| - @types/multer | |
| - lodash | |
| - class-validator | |
| - class-transformer | |
| - rxjs | |
NewerOlder