User Tools

Site Tools


procedures:new_be360_creation

New Be360 creation

Access the server

Access the Be360Whatsapp machine:

  • Server: 35.156.230.51
  • Username: centos
  • SSH identity file: bp-demo.pem

Copy an existing folder

Copy an existing folder.

  • Customer with a domain:
     sudo cp -r be360cft/ be360customername/  
  • Customer without domain:
     sudo cp -r be360farmacie/ be360customername/  

Delete files

Now that you have copied the directory, you have to move in it, running this command:

 cd be360customername/ 


With

 ls -l 

you can see the folder's content. 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
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

The purchased numbers must be entered in the shared file in IT Billing for technical supplier costs.
Depending on the carrier you are using, you will need to add a row to the table or add a unit in the quantity column.

The customer's name must be added to the Traffico Telefonico file.
Add a new sheet, copy an existing one and delete the data inside of it.

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