Giter Site home page Giter Site logo

capstoneremodel's Introduction

CapstoneRemodel

Instructions for environment setup and Laravel 5.6

Useful Commands

Test

Command: "phpunit" under the root directory If the phpunit doesn't work, try "composer global require phpunit/phpunit". Set the phpunit command as the global scope. Test the following features with corresponding commands in command window for your local repository.

Write Resident_Education_Report.yearmonthday.csv into Database

e.g. Insert data from Resident_Education_Report.20180615.csv file into database table, and combine data sets for the next three days.

php artisan educationReport:add 20180615 --process=2018-06-16 --process=2018-06-17 --process=2018-06-18

Check PHP version

php -v (or php -i)

Environment Setup

  • Clone the repository
  • Open git bash or run through terminal the following commands (update database accordingly):
cp .env.example .env
php artisan key:generate
php artisan migrate

NOTES

Code in views/schedules/resident/schedule_basic.blade.php might be different based on the servers.

var url = current_url.search('/filter/') > -1 ? current_url.substr(0, current_url.search('/filter/')) : current_url;
url = url + "/filter/" + doctor_selected + "_" + start_after_selected + "_" + end_before_selected;

Setup OCIO server

  • SFTP: The SFTP button may help you access the server. The instructions on the right provide you the access link.
  • DATABASE: Click on the DATABASE section. Click on phpmyadmin on the right. The username is xgl. And password is xgl. No uppercase.
  • SHELL: Try to acess the shell by Putty. The FastX doesn't work here. You could see the shell link after Dr.Stahl has added you to one of the shell users.

Future extension

capstoneremodel's People

Contributors

apple7702 avatar

Watchers

James Cloos 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.