Skip to content

macewanCS/DreamSolutions

Repository files navigation

DreamSolutions - EPL Business Plan Manager

Requirements

Installation (UNIX/OSX)

  1. Clone the repository
    git clone url

Via the Command Line (change working directory to /src/epl-business-plan-manager)

  1. composer install
  2. npm install (OSX will need to use sudo for permission purposes)
  3. gulp
  4. touch .env (edit the .env file and add the below to your new file, this is your config file, username and passwords must match your own setup)
    APP_ENV=local
    APP_DEBUG=true
    APP_KEY=SomeRandomString

    DB_HOST=127.0.0.1
    DB_DATABASE=EPL_database
    DB_USERNAME=root
    DB_PASSWORD=secret

    CACHE_DRIVER=file
    SESSION_DRIVER=file
  
  1. php artisan key:generate
  2. mysql -u root -p
  3. create schema EPL_database;
  4. exit
  5. php artisan migrate
  6. php artisan db:seed
  7. php artisan serve
  8. You should be able to now connect to http://localhost:8000/
  9. You can now log in with any of the seeded data, which is available in this file (/src/epl-business-plan-manager/database/seeds/UsersTableSeeder.php)

Team Members

  1. Alan Yong
  2. Cody Moorhouse
  3. Elliott Sobek
  4. John Mulvany-Robbins

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •