Magoware is in continues enhancement and the source code for the update is published on our GitHub repository : 

https://github.com/MAGOWARE/backoffice-administration 


The process to update the source code is below : 


  1. Update the source code with the latest version published on Github
  2. On the root path where Magoware code is located, install again the npm packages by running :
    sudo npm install - linux
    npm install - windows
  3. Run database migration to receive the latest structure
    The command should be run on the same path (root folder where Magoware code is located)
    a) First, you need to install sequelize client:
    sudo npm install -g sequelize-cli - Linux
    npm install -g sequelize-cli - Windows

    b) Run database migration command:
    sudo sequelize db:migrate - Linux
    sequelize db:migrate - Windows


Once the migration is completed, please stop and start again the Magoware server, to apply the latest changes.