Skip to content

YusukeOno/FuelPHPStudy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FuelPHPStudy

Studying is fun for me. FuelPHP Version: 1.8.2

「はじめてのフレームワークとしてのFuelPHP第2版(3) 実践」をDocker環境で構築してみました。

公開側フォーム

http://localhost/form or https://localhost/form

管理側フォーム

http://localhost/admin or https://localhost/admin

ID:admin PW:password

phpMyAdmin

http://localhost:8080/

Dockerコンテナ構成

HTTPSエンドポイントコンテナ(ローカルホストのみ有効):steveltn/https-portal:1
Webコンテナ:CentOS 7.7.1908,Apache 2.4.6,PHP 5.4.16 with Xdebug v2.2.7
DBコンテナ:mariadb-5.5.64-trusty
phpMyAdminコンテナ:phpmyadmin/phpmyadmin

Dockerコンテナ構成

環境構築の手順

$ docker-compose -f docker-compose.yml up -d --build

HTTPSを有効にする場合 (localhost ONLY.)

$ docker-compose -f docker-compose.yml -f docker-compose.local-https-portal.yml up -d --build

No Composer autoloader found. *** とブラウザに表示された場合

$ docker-compose down
$ docker-compose run --rm web php composer.phar install

ユニットテスト

$ docker exec -it web-container /bin/bash
$ php oil test --group=App
$ php oil test --group=Functional

素晴らしい本

はじめてのフレームワークとしてのFuelPHP第2版(3) 実践編

Releases

No releases published

Packages

No packages published

Languages