After install all requred dependencies and tools, you can install platform.
Аollow these steps:
– Set the domain name to be used for the platform
– Setup domain dir in server
– Install an SSL certificate, since the platform only works with a secure connection.
– Create MySQL database
– Upload install.zip to domain folder and unpack.
After then, open your domain url in browser and make install with follow the instructions.
Setup Nwicode CMS
login: admin@admin.com
password: admin
You must add this command to cron:
php /path/to/your/domain/artisan schedule:run
his cron job mut be running every minuts
Add a Scheduler
Log in with user rights to your server in the “scheduler” section (not root)
php /var/www/www-root/data/www/dashboard.example.com/artisan schedule:run >/dev/null 2>&1
Don’t forget to change the path to your folder in the example
Ionic Builder configuration
Before the first use, it is necessary to install the packages for the correct assembly of APK and IPA files.
For that, remove folder “node_modules” (if this folder exists) from /templates/default/template/ :

or you can delete this folder via SSH:
rm -r /var/www/www-root/data/www/dashboard.example.com/templates/default/template/node_modules
where i logined to SSH as user ‘www-root‘ and my domain has name ‘dashboard.example.com‘. In your case, user name and domain can be other.
Insatall ionic dependencies:
login to SSH as your user (not ROOT!), go to YOUR domain folder, then go to default template folder
su www-root
(if your user is www-root, but you user can have with other name), then remove folder (replace www/dashboard.example.com with path to your domain)
cd ~ && cd www/dashboard.example.com/templates/default/template
and run install
npm install