https://github.com/easygithdev/memory
Memory game
https://github.com/easygithdev/memory
Last synced: 2 months ago
JSON representation
Memory game
- Host: GitHub
- URL: https://github.com/easygithdev/memory
- Owner: EasyGithDev
- License: mit
- Created: 2022-02-17T12:35:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-17T17:25:18.000Z (over 3 years ago)
- Last Synced: 2025-01-29T23:30:16.969Z (4 months ago)
- Language: PHP
- Size: 415 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Memory
Memory game# Install
## Host
Edit your host file **/etc/host** :
`127.0.0.1 memory.local`
## Appache
Edit your vhost file :
```
DocumentRoot "/PATH/Memory/public"
ServerName memory.local```
Edit your conf file :
```
Options All
AllowOverride All
Require all granted
XSendFilePath "/PATH/Memory/public"```
Restart your HTTP server
## Mysql
Create a DB : **memory**
Import the file **data/memory.sql.gz** into the DB.
Edit the file **config/db.php** to connect the DB.
# Launch
In your Web Browser : `http://memory.local/`