Download the PHP package jasm1nii/jasmines-journal without Composer
On this page you can find all versions of the php package jasm1nii/jasmines-journal. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package jasmines-journal
jasmine's journal
welcome to my hand-crafted personal website and coding sandbox 🛠
local deployment guide
base requirements
-
PHP 8 or newer.
-
composer for updating PHP dependencies.
if you'd prefer not to install composer globally, the executable
composer.phar
file (located in the/bin
directory) can be used instead - more on that in the instructions. - MariaDB or MySQL for the database.
general instructions
-
clone this repository to your machine:
-
if you haven't already, install the required dependencies:
-
via
composer
(global installation): - via
composer.phar
:
-
-
configure your web server to use
/public_html
as the document root, as well as to redirect requests for nonexistent files to/public_html/index.php
.- for apache, an
.htaccess
file is already included to handle the latter, but ensure to set the former in yourhttpd.conf
file.
- for apache, an
- that's it! you can now view this site at whatever localhost address you've set 👾
additional configuration
per version 2.3, a guestbook_sample.sql
file is provided in the /resources/databases
directory. to use it, you'll need to import the file manually to your server database. after that, tweak any parameters as needed in /config/env_sample.ini
and /config/src_paths.php
.
All versions of jasmines-journal with dependencies
ext-dom Version *
ext-libxml Version *
ext-fileinfo Version *
ext-date Version *
ext-pdo Version *
ext-pdo_mysql Version *
twig/twig Version ^3.0
twig/markdown-extra Version ^3.7
league/commonmark Version ^2.4
twig/intl-extra Version ^3.7
phpmailer/phpmailer Version ^6.8
indieweb/mention-client Version ^1.2