forked from winter/digitigrade
experimental server for development of pawpub protocol
- PHP 96.3%
- CSS 3%
- Shell 0.6%
digitigrade
an experimental server for the also-experimental pawpub federated social media protocol.
running the server
it is not in a usable state yet! nothing useful will happen by running it, unless you're working on it.
you should have:
- php >= 8.3 with the
pdo_pgsqlandsocketsextensions - composer
- a postgres server, database and user already set up
- a beanstalkd server already running
the basic steps for setup are:
- run
composer install - edit config.ini as appropriate
- set up the database with
bin/migrate - run the development server with
bin/devserver <port>, or set it up with fpm in your web server - run at least one worker with
bin/worker
you can poke around with bin/shell which will launch the interactive php
shell and initialise all the composer autoloads and so on