install rethinkdb here and get that running
git clone
cd imgen
./start.sh
The core will stay the same, I'm only updating old stuff here (:
read more at imagemagick.org
- Create DB called "meme"
- Tables
- applications
- keys
- Tables
- Run redis server
- Redis port: 6379
create "config.json" file with the following contents
{
"client_id": "699724677341380720",
"client_secret": "SeXP_DdSlAvavaILEAa-Q2yQwKC4zP9H9A",
"admins": ["186571646453284864", "188418994527535104"],
"rdb_address": "localhost",
"rdb_port": 28015,
"rdb_db": "meme"
}