Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gigacache/codeigniter-4-dockerized
Dockerized PHP Framework Codeigniter 4, Ready For Your Next Codeigniter 4 Project
https://github.com/gigacache/codeigniter-4-dockerized
apache codeigniter codeigniter4 docker makefile mysql php8 phpmyadmin
Last synced: about 1 month ago
JSON representation
Dockerized PHP Framework Codeigniter 4, Ready For Your Next Codeigniter 4 Project
- Host: GitHub
- URL: https://github.com/gigacache/codeigniter-4-dockerized
- Owner: gigacache
- License: mit
- Created: 2023-11-11T12:19:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-12T11:42:47.000Z (about 1 year ago)
- Last Synced: 2024-10-14T05:42:04.580Z (3 months ago)
- Topics: apache, codeigniter, codeigniter4, docker, makefile, mysql, php8, phpmyadmin
- Language: PHP
- Homepage:
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CodeIgniter 4 Application Dockerized
Had real trouble with this, My pain is your gain.
## What is CodeIgniter?
CodeIgniter is a PHP full-stack web framework that is light, fast, flexible and secure.
More information can be found at the [official site](https://codeigniter.com).
[development repository](https://github.com/codeigniter4/CodeIgniter4).
More information about the plans for version 4 can be found in [CodeIgniter 4](https://forum.codeigniter.com/forumdisplay.php?fid=28) on the forums.## What does this repo do
- Runs CodeIgniter 4 in docker containers.
- Builds apache image for CodeIgniter 4.
- Dumps a script in the mysql database so your project can be setup in seconds.
- Connects the mysql database to phpMyAdmin on localhost:8082 so you can easily manage your data.## Installation
```
make install
```## Removal
```
make remove-docker
```## Errors
#### 403 Forbidden error
- [x] Update the uid argument in docker-composer as your computer user's uid doesn't
match the one in the docker container.#### Other
- [x] Make sure docker is running
- [x] Make sure you can run make commands