diff options
| author | winter | 2024-12-20 14:07:02 +0000 |
|---|---|---|
| committer | winter | 2024-12-20 14:09:04 +0000 |
| commit | 583b1f8a865935dd4ae1b0c9fa40a4b347ea3d4d (patch) | |
| tree | 9ce8ce34fb51825b40513b29d129c3329bd2824f | |
| parent | 70185d75fe665695485b783972484bbe097f30f3 (diff) | |
update readme
| -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 |
