ianchis is a framework for creating simple websites in PHP using symfony such as a blog.
- PHP 8.3 or above
- Optional: ImageMagick with libheif (for HEIC -> JPEG conversions)
- Download a release package, and extract on your intended server
- Import dev/install/inachis.sql into your DBMS
- Add database connection settings to
.env.local.phpandINACHIS_MASTER_KEY, defined byphp -r "echo 'base64:' . base64_encode(random_bytes(32)) . PHP_EOL;" - Run ```bash APP_ENV=prod APP_DEBUG=0 composer install --no-dev --optimize-autoloader --no-interaction npm install npm run build rm -rf {node_modules,dev}
5. [Create your first administrator](https://github.com/inachisphp/inachis/wiki/Configuration#create-you-first-administrator) and sign-in