Giter Site home page Giter Site logo

startmeup.local's Introduction

StartMeUp app

I. About

This app is made as a proof of concept by Artevelde University College Ghent as part of a project-based scientific research project.

Project Team

  • Karijn Bonne (Lecturer/Researcher)
  • Christel De Maeyer (Lecturer/Researcher, project lead)
  • Olivier Parent (Lecturer/Researcher, design and development)

Contributors

  • Lies Van Assche (Student, graphic design)
  • Orphée Alliet (Student, graphic design)

II. Installation

Local Development Environment

Configuration

$ artestead make --type laravel
$ vagrant up

Install Dependencies

  1. Clone the project and go to the folder.
$ cd ~/Code/
$ git clone http://github.com/olivierparent/startmeup.local
$ cd ~/Code/startmeup.local/www/
  1. Update Composer
$ composer self-update
  1. Install the Composer packages (composer.lock) and then update them
$ composer create-project
$ composer update
  1. Install Node packages
$ npm install
  1. Install Bower packages
$ bower install
  1. Login to the Artevelde Laravel Homestead sever via SSH
$ vagrant ssh
  1. Initialize the database (create the database) and then run the Migrations (create database tables) and Seeders (populate the database tables with data)
vagrant@startmeup$ cd ~/startmeup.local/www/
vagrant@startmeup$ artisan artevelde:database:init --seed

Pages

startmeup.local's People

Contributors

olivierparent avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.