procedures:new_be360_creation
Differences
This shows you the differences between two versions of the page.
| procedures:new_be360_creation [2026/02/26 15:53] – created gemma.coppeta | procedures:new_be360_creation [2026/02/26 16:46] (current) – gemma.coppeta | ||
|---|---|---|---|
| Line 16: | Line 16: | ||
| <code bash> cd be360customername/ | <code bash> cd be360customername/ | ||
| With <code bash> ls -l </ | With <code bash> ls -l </ | ||
| - | To create a new {{0:logobecloud.png? | + | You have to delete all the files **__except__**: |
| + | * app.js | ||
| + | * constants.json | ||
| + | * files/ (don't delete | ||
| + | * filesIn/ (don't delete the folder, but **delete its content**) | ||
| + | * main.js | ||
| + | * package-lock.json: | ||
| + | |||
| + | <code bash> | ||
| + | sudo rm wab.log | ||
| + | |||
| + | sudo rm *.log.gz | ||
| + | |||
| + | sudo rm -rf node_modules/ | ||
| + | |||
| + | sudo rm package.json | ||
| + | |||
| + | rm -f files/* | ||
| + | |||
| + | rm -f filesIn/* </ | ||
| + | |||
| + | ===== Modify files ===== | ||
| ===== IT Billing ===== | ===== IT Billing ===== | ||
procedures/new_be360_creation.txt · Last modified: by gemma.coppeta
