Code Monkey home page Code Monkey logo

attendancesystem's Introduction

Phundament 4

Please note: This is a beta version.

Phundament is a 12factor PHP application template for Yii Framework 2.0.

Build Status Total Downloads Stories in Ready

Quick-Start

Composer installation

You can install Phundament 4 using composer...

composer global require "fxp/composer-asset-plugin:1.0.0-beta4"
composer create-project --stability=beta phundament/app myapp

Create and adjust your environment configuration, eg. add a database...

cd myapp
cp .env-dist .env
edit .env

Run the application setup...

./yii app/setup

Open http://path-to-app/web or http://path-to-app/web?r=admin in your browser.

Docker installation

Note: docker-compose was originally named fig and is available here.

First pull the latest version of the container image

docker pull phundament/app

Create your application folder

mkdir myapp
cd myapp

And copy the source code from the image

docker run \
    --volume `pwd`:/app-install \
    phundament/app:4.0-development \
    cp -r /app/. /app-install

Now you can start your application by bringing up the web service

docker-compose up web

If you're running a reverse proxy container you can acces the application under myapp.192.168.59.103.xip.io. Or check the container port with docker-compose ps.

Note: Further installation methods with Docker, fig (docker-compose), Vagrant & Docker or PaaS are available in the documentation.

Resources

attendancesystem's People

Contributors

haezal avatar

Watchers

Fairuz Sulaiman avatar 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.