diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -5,9 +5,6 @@ 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_pgsql` and `sockets` extensions @@ -28,3 +25,14 @@ the basic steps for setup are: you can poke around with `bin/shell` which will launch the interactive php shell and initialise all the composer autoloads and so on + +whenever you want to update to the latest version (from git) you should: + +1. run `git pull` +2. if there were any changes to composer.json/composer.lock, run + `composer install` (if you're not sure it can't hurt to run it just in case) +3. run `bin/migrate` +4. hope it works :3 + +if it looks messed up in your web browser after updating, you should be able +to fix it by force reloading the page once |
