Giter Site home page Giter Site logo

cornernote / app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from phundament/app

0.0 2.0 1.0 3.5 MB

12factor PHP Application Template for Yii 2.0 Framework

Home Page: http://phundament.com

License: Other

PHP 32.05% CSS 66.43% JavaScript 0.32% Shell 0.65% Ruby 0.54%

app'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 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

app's People

Contributors

cebe avatar creocoder avatar crtlib avatar disco-tex77 avatar dletz avatar gonimar avatar igorsantos07 avatar jasrags avatar kartik-v avatar kingyes avatar klimov-paul avatar kumorig avatar lancecoder avatar lucianobaraglia avatar marc7000 avatar mohorev avatar motin avatar pat812 avatar qiangxue avatar ragazzo avatar resurtm avatar samdark avatar schmunk42 avatar sdkiller avatar slavcodev avatar sonicgd avatar stefanpmeier avatar suralc avatar trianman avatar uldisn avatar

Watchers

 avatar  avatar

Forkers

gitter-badger

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.