Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

IMPROVED README #218

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

---

phd4
PHD4
====

*formerly known as Phundament 4*
Expand All @@ -12,7 +12,7 @@ phd is a dockerized 12factor PHP application template for Yii Framework 2.0.
- Full [documentation](https://github.com/phundament/docs)
- [Demo](https://github.com/phundament/playground) at Phundament playground

Requirements
Requirements :-
------------

- [docker](https://docs.docker.com/engine/installation/)
Expand All @@ -21,7 +21,7 @@ Requirements
> For alternative installation methods, such as composer, see the [docs](https://github.com/phundament/docs).


Installation
Installation :-
------------

[Download](https://github.com/phundament/app/releases) or clone the repository and go to the application directory
Expand Down Expand Up @@ -49,7 +49,7 @@ Run setup commands
After startup is complete, open `http://<DOCKER_HOST>:40080` to access the application and login with `admin`/`admin`.


Configuration
Configuration :-
-------------

### Environment overrides - `docker-compose.override.yml`
Expand Down Expand Up @@ -129,7 +129,7 @@ Web UI for application wide key-value store.
:bulb: To enable public access you need to assign permissions, like `app_site`, `docs_default`, to the `Public` role.


Testing
Testing :-
-------

First, build your application image
Expand Down Expand Up @@ -158,7 +158,7 @@ Run test suites *(container bash)*
> :information_source: `YII_ENV` must be set to `test` when running codeception.


Deployment
Deployment :-
----------

Required variables for building & pushing docker images.
Expand All @@ -169,7 +169,7 @@ Required variables for building & pushing docker images.
- `IMAGE_NAME`


Links
Links :-
-----

- [Documentation](https://github.com/phundament/docs)
Expand Down