User Tools

Site Tools


procedures:new_be360_creation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

procedures:new_be360_creation [2026/02/26 15:53] – created gemma.coppetaprocedures:new_be360_creation [2026/02/26 16:46] (current) gemma.coppeta
Line 16: Line 16:
 <code bash> cd be360customername/ </code> \\ <code bash> cd be360customername/ </code> \\
 With <code bash> ls -l </code> you can see the folder's content. With <code bash> ls -l </code> you can see the folder's content.
-To create a new  {{0:logobecloud.png?30}}tenant you can follow the [[new_tenant_creation]] guide.+You have to delete all the files **__except__**: 
 +  * app.js 
 +  * constants.json 
 +  * files/ (don't delete the folder, but **delete its content**) 
 +  * filesIn/ (don't delete the folder, but **delete its content**) 
 +  * main.js 
 +  * package-lock.json: contains the packages you install with npm install and their version 
 + 
 +<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/* </code> 
 + 
 +===== Modify files =====  
  
 ===== IT Billing =====  ===== IT Billing ===== 
procedures/new_be360_creation.txt · Last modified: by gemma.coppeta

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki