Cloudbook es una herramienta de autor enfocada tanto al contenido como a la maquetacion.
Actually, you can install Cloudbook on Ubuntu by launchpad ppa:llxdev/trusty. On the other hand, you can download source and run while we work on installer.
sudo add-apt-repository ppa:llxdev/trusty
sudo apt-get update
sudo apt-get install cloudbook
You need install nodejs :
sudo apt-get install nodejs
In addition, you need install gulp
sudo npm install gulp -g
clone cloudbook and download depends
git clone https://github.com/cloud-book/cloudbook.git
cd cloudbook
npm install && cd src && npm install && cd ..
You must be on cloudbook folder
gulp run
This process download nwjs on cache folder. This will only happen first time. To work fine, you must create folder /usr/share/cloudbook/plugins/ and copy inside libpepflashplayer.so . You can get this file installing google-chrome and coping from /opt/google/chrome/PepperFlash/libpepflashplayer.so