An open API service indexing awesome lists of open source software.

https://github.com/easygithdev/memory

Memory game
https://github.com/easygithdev/memory

Last synced: 2 months ago
JSON representation

Memory game

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/`