-
Notifications
You must be signed in to change notification settings - Fork 20
Installation
Rob Stocker edited this page Feb 28, 2023
·
8 revisions
I'd recommend you register and play the game at http://www.eclecticmeme.com and decide if it is worth the hassle. Running an RPG is not a trivial task.
A complete lampstack , a fundamental understanding of Drupalcms (and a bit of php/mysql might help too) will be required.
Later I'll document some stuff on cron jobs or better yet php daemons, so stay tuned. [edit] likely to be replaced with node based AgendaJs. There are three distinct sections. That might end up being separated into their own repos.
. Drupal (PhP) 2. Vue and PhaserJs system 2. The Node Server and second PhaserJs (headless) system
- First install Drupal using composer
- Upload this code to the modules/custom directory and install
- Via the commmand line build the client: client/npm run build
- Via the command line start the server : server/ node index.js