2 pointsby Pyrobyte6 hours ago2 comments
  • Pyrobyte6 hours ago
    Apologies for such shameless self-promotion! Thought it might be interesting!
  • chaterm_ai5 hours ago
    It would be great if the README file contained deployment instructions.
    • Pyrobyte5 hours ago
      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.

      • kay_o5 hours ago
        how far everyone has gone from php, the days of drag everything in public into your public_html and it's deployed :))