- install npm via nvm
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
source ~/.bashrc
nvm install 7
npm install -g npm
- check ~/.bashrc (at the end)
export NVM_DIR="$HOME/.nvm"
[[ -s "$NVM_DIR/nvm.sh" ]] && source "$NVM_DIR/nvm.sh"
- install missing deps
sudo apt-get install rpm
-
download and install SenchaCmd from here and don't forget to tick compass option
-
check ~/.bashrc (at the end)
export PATH="/home/vja/bin/Sencha/Cmd:$PATH"
- build
git clone https://github.com/saenzramiro/rambox.git
cd rambox
cp env-sample.js env.js
npm install
npm run sencha:compile
npm run build:linux64
- collect output in rambox/dist
cleanup: