Git Product home page Git Product logo

cs3744project's Introduction

CS3744Project

Group Project for CS3744

To deploy on XAMPP:

  • Clone / copy this project into a subdirectory of /htdocs, Make sure to note the subdirectory.
  • Use PHPMyAdmin to import the db_init.sql script.
  • Edit config.php:
    • Edit the DB field to set your DB credentials. The db script comes with a user included, so these should noramlly not need to be edited.
    • Edit the Location field to set the root URL of your location. this should be of the form http://<apache url>:<apache port>/<path>/<to>/<application>.
    • Edt the Subdirectory field to set the internal subdirectory of the application. This should match the subdirectory in the url above (stripping away the url/port stuff).
    • Edit the Server field to say apache.

To deploy using PHP dev server:

  • Clone / copy the project to any directory you want.
  • Use mysql -u root -p < db_init.sql to import the database.
  • Start the PHP dev server using php -S localhost:9999 -t . ./server.php

cs3744project's People

Contributors

blusteinl avatar kaykaym01 avatar raghu1320 avatar wjorda 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.