Assembling Abricos Platform for personal needs
Installing Node.js via package manager
[sudo] npm install -g grunt-cli
[sudo] npm install -g multik
All subsequent commands must be performed in the project folder (where the file is located multik.json).
npm install
Loading the core and all the necessary dependent modules and third-party libraries
mk install
Note: If there is an error in Ubuntu: /usr/bin/env: node: No such file or directory, then run command:
sudo ln -s /usr/bin/nodejs /usr/bin/node
mkdir ./src/includes
cp ./abricos.src/core/src/includes/config.example.php ./src/includes/config.php
gedit ./src/config.php
mk-grunt init
mk-grunt build
mk-grunt buildinst