Giter VIP home page Giter VIP logo

legacy-tasking-system's Introduction

Legacy Tasking System

A simple legacy tasking system build with laravel framework version 5.3.24

Software requirement

Configuration

Edit hosts file :

  • You can find the file under -> C:/Windows/System32/drivers/etc
  • Add the code below at the bottom of host file.
192.168.10.10	tasking.dev

Installation && Setup

Ps. For "first time" installation, it may take some time to download and configure.

At project root explorer, right click and select "Git Bash Here", this it will open the git bash terminal.

$ composer install
$ vendor/bin/homestead make

Edit Homestead.yaml :

  • At line 19, change "homestead.app" to :
- map: tasking.dev
  • At line 23, change "homestead" to :
    - legacy_task

Then continue on the get bash terminal :

$ vagrant up
$ vagrant ssh
$ cd legacy*
$ php artisan migrate

Lastly, visit the system with chrome/IE/firefox by url :

http://tasking.dev/

Database

For database management system, I use HeidiSQL.

Please feel free to use any DBMS, for database configuration


Network type    : mysql
Hostname/IP     : 127.0.0.1
User            : homestead
Password        : secret
Port            : 3306

Ps. For further details, please check on ".env" file.

Framework

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.