https://github.com/itsgitz/madam.v2
Bantuin temen dari kantor lama ngerjain tugas akhir kuliah dia.
https://github.com/itsgitz/madam.v2
Last synced: 18 days ago
JSON representation
Bantuin temen dari kantor lama ngerjain tugas akhir kuliah dia.
- Host: GitHub
- URL: https://github.com/itsgitz/madam.v2
- Owner: itsgitz
- Created: 2020-09-02T15:57:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-08T01:49:25.000Z (almost 4 years ago)
- Last Synced: 2023-03-04T05:34:03.142Z (over 3 years ago)
- Language: PHP
- Homepage: https://madam-v2.itsgitz.com/
- Size: 455 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Madam Version 2
## A. Prerequisites
#### 1. Docker
* Docker
* Docker Compose
* `make` command, if you run this application in Linux, then the `make` command is installed default (built-in). If your OS is Windows, you have to install it manually.
#### 2. Web Server
* WAMPP or XAMPP
## C. Usage and Installation
#### 1. Docker (Recommended)
* Just run the `make install` command on your Linux terminal. If your operating system is Windows, I suggest you to using Git Bash terminal or Windows Subsystem Linux
* Access your application using Web Browser to http://127.0.0.1:8080
#### 2. Web Server
* Place the application in the `Document Root` of web server (for example: `/var/www/html` in Linux or `htdocs` in Windows)
* Access on Web Browser http://127.0.0.1 (default port is 80)
### D. Contributor
Anggit M Ginanjar (anggit.ginanjar.dev@gmail.com)