Code Monkey home page Code Monkey logo

htweb's Introduction

HTweb

FuelPHP based web application for dorm administration. Developed and maintained by Melcher.

Features

  • Complete point based diner tracking module including enrollments of guests, cooks and dishwashers.
  • Product module for easy cost logging
  • Receipt module including cost distribution tools
  • Bilingual user interface (Dutch and English)

Dependencies

PHP 7.1

Unfortunately there is no php7.1 package in the official ubuntu xenial archive. To upgrade your existing php installation, take the steps below:

  1. $ add-apt-repository ppa:ondrej/php
  2. $ apt update
  3. $ apt purge php7.0 php7.0-common
  4. $ apt install php7.1

FuelPHP

(Optional) Install oil standalone $ curl get.fuelphp.com/oil | sh. Next, download and install FuelPHP itself using composer $ php composer.phar update.

Configuration

Configuration files reside in the fuel\app\config directory. Be sure to enter your database credentials in the db.php file. For production environments please be sure to configure both auth.php and ormauth.php as well.

Migrations

Run all migrations. Please note there's a strict order in which to run migrations:

  1. auth tables and others $ oil r migrate --packages=auth
  2. session tables $ oil r migrate --modules=sessions (some other modules depend on sessions' functionality)
  3. all others $ oil r migrate --all

Run it

Oil has a built-in web server. Run the server using $ oil s

htweb's People

Contributors

melcherst avatar

Watchers

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