diff options
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -10,7 +10,7 @@ unless you're working on it. you should have: -* php >= 8.3 +* php >= 8.3 with the `pdo_pgsql` and `sockets` extensions * composer * a postgres server, database and user already set up * a beanstalkd server already running @@ -20,8 +20,8 @@ the basic steps for setup are: 1. run `composer install` 2. edit config.ini as appropriate 3. set up the database with `bin/migrate` -4. run the development server with `php -S 0.0.0.0:8080 index.php` or set it up - with fpm in your web server +4. run the development server with `bin/devserver <port>`, or set it up with + fpm in your web server 5. run at least one worker with `bin/worker` you can poke around with `bin/shell` which will launch the interactive php |
