Skip to content
/ Vhagar Public

The CRM system written in ruby on rails for LDI 2014.

License

Notifications You must be signed in to change notification settings

sptq/Vhagar

Repository files navigation

Code Climate Dependency Status Build Status

Vhagar

The CRM system written in ruby on rails for LDI 2014.

Running

Before any actions make sure that you have all necessary gems installed.

bundle install

Thanks to guard gem you run applicattion with command guard in folder /crm/

LiveReload

If you wan to use LiveReload web browseer plugin you want to ssh to vagrant specying ports from Vagrantfile. Password for user vagrant is vagrant .

ssh -L 35729:127.0.0.1:35729 [email protected]

Then run guard with poll and interval option

guard -p -l 1

If you notice hugh CPU usage you can increate poll interval.

Vagrant

In case of any problems with downloading box please download and add it manualy.

About

The CRM system written in ruby on rails for LDI 2014.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published