An open API service indexing awesome lists of open source software.

https://github.com/digitalinteraction/xmovement

A core open source framework on which crowd commissioning platforms can be developed.
https://github.com/digitalinteraction/xmovement

Last synced: about 21 hours ago
JSON representation

A core open source framework on which crowd commissioning platforms can be developed.

Awesome Lists containing this project

README

          

XMovement
============
A core open source framework on which crowd commissioning platforms can be developed.

License
----------------
Licenced under the Apache License v2.0:

http://www.apache.org/licenses/LICENSE-2.0

Software included in the App Movement distribution
----------------
Laravel (MIT) by Laravel : [https://github.com/laravel/laravel](https://github.com/laravel/laravel)

Masonry (MIT) by David DeSandro : [https://github.com/desandro/masonry](https://github.com/desandro/masonry)

jQuery File Upload (MIT) by @blueimp : [https://github.com/blueimp/jQuery-File-Upload](https://github.com/blueimp/jQuery-File-Upload)

Get Started
============

Requirements
----------------
Homestead (vagrant)

Environment Setup
----------------
Navigate to homestead folder

cd ~/Homestead && vagrant up && vagrant ssh
cd Code && artisan migrate:refresh --seed

Migrate and seed the database
----------------
artisan migrate:refresh --seed

vagrant destroy --force

Gulp for preprocessing
----------------
Remember 'gulp watch' for monitoring changes to styling

npm install --global gulp

npm install

Built with Laravel PHP Framework
----------------
[![Build Status](https://travis-ci.org/laravel/framework.svg)](https://travis-ci.org/laravel/framework)
[![Total Downloads](https://poser.pugx.org/laravel/framework/d/total.svg)](https://packagist.org/packages/laravel/framework)
[![Latest Stable Version](https://poser.pugx.org/laravel/framework/v/stable.svg)](https://packagist.org/packages/laravel/framework)
[![Latest Unstable Version](https://poser.pugx.org/laravel/framework/v/unstable.svg)](https://packagist.org/packages/laravel/framework)
[![License](https://poser.pugx.org/laravel/framework/license.svg)](https://packagist.org/packages/laravel/framework)