-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
##Installing required software First install the Virtualbox from here
Install Vagrant from here
Choose your favorite IDE, recommended IntelliJ IDEA with plugins like: Angular, .gitignore, nodejs, vagrant
##Downloading source
git clone https://github.com/wiatrM/FlowR.git
##Running FlowR
Go to your project folder and copy Vagrant.windows to Vagrant.
Next type in console:
vagrant up
Vagrant will dwonload virtualbox, and run the vagrant/provision.sh script that will install all required software.
##SSH to Vagrant
Type in your project root console:
vagrant ssh <box id> id can be found by command vagrant global-status
Note: You must add a ssh as executable command. To do this just add C:\Program Files\Git\usr\bin to your system variable. Linux users don't have to worry about that.
You can also configure PuTTY to login to vagrant machine: https://github.com/Varying-Vagrant-Vagrants/VVV/wiki/Connect-to-Your-Vagrant-Virtual-Machine-with-PuTTY
Or uncomment vb.gui = true inside your Vagrantfile to run GUI with vagrant up (no need to ssh).
##Running gulp tasks on Vagrant box On vagrant console type:
gulp build
To build all the client files.