Hi there! Doesn't the bottom include the instructions? You just need a php web host and a database.
COPYPASTE FROM REPOSITORY: Edit config.php to include your own database details, and if you use voice chat, pusher credentials. Then upload all the files and folders (including empty folders).
Finally, you just need to edit the database to have the necessary structure, you should be able to import the sql file (database.sql). You will need to edit the file (You can turn it into a text file) and change the database name to your own.
If you plan to use push notifications, once again, just edit config.php with your credentials.
Apologies for such shameless self-promotion! Thought it might be interesting!
It would be great if the README file contained deployment instructions.
Hi there! Doesn't the bottom include the instructions? You just need a php web host and a database.
COPYPASTE FROM REPOSITORY: Edit config.php to include your own database details, and if you use voice chat, pusher credentials. Then upload all the files and folders (including empty folders).
Finally, you just need to edit the database to have the necessary structure, you should be able to import the sql file (database.sql). You will need to edit the file (You can turn it into a text file) and change the database name to your own.
If you plan to use push notifications, once again, just edit config.php with your credentials.
how far everyone has gone from php, the days of drag everything in public into your public_html and it's deployed :))