Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 583 Bytes

bolt.md

File metadata and controls

23 lines (18 loc) · 583 Bytes

bolt

a simple CMS written in PHP

GitHub

  1. Install application and dependencies using these instructions.
  2. In doctrine.yaml, change encoding to utf8.
...
doctrine:
  dbal:
    charset: utf8
    url: "%env(resolve:DATABASE_URL)%"
  1. Run PostgreSQL in Docker.
  2. Update .env file with database connection details.
  3. Run application.
  4. Perform offline migration.
  5. Change .env file to point to YugabyteDB.
  6. Re-run application and verify migration.