-
Notifications
You must be signed in to change notification settings - Fork 1
Requirements
macOS We recommend using nvm
for managing your node
versions.
The following guide might help: http://mfg.fhstp.ac.at/development/webdevelopment/nvm/
Mobilot is using Angular and many useful dependencies, which are mainly installed as bower modules.
We recommend you install bower
as a global node module.
npm install bower -g
Gulp CLI "Getting Started" guide
If you have previously installed a version of gulp globally, please run
npm rm --global gulp
to make sure your old version doesn't collide withgulp-cli
.
We recommend instaling gulp-cli
as a global node module.
npm install gulp-cli -g
Mobilot uses Composer for installing required server dependencies. To install Composer on your machine, follow guide of the official site:
https://getcomposer.org/doc/00-intro.md
NOTE: We recommend installing composer
globally.
Check the minimal requirements for Laravel 4.2 on the official site:
- PHP >= 5.4
- MCrypt PHP Extension
You will also require Python for some building scripts.
- Python 2.7 – https://www.python.org/downloads/