jasm1nii/jasmines-journal
最新稳定版本:v2.9
Composer 安装命令:
composer create-project jasm1nii/jasmines-journal
包简介
my personal webbed site
关键字:
README 文档
README
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.pharfile (located in the/bindirectory) can be used instead - more on that in the instructions. -
MariaDB or MySQL for the database.
general instructions
-
clone this repository to your machine:
-
via
composer(global installation) - this will automatically install the required dependencies:-
latest:
composer create-project jasm1nii/jasmines-journal:dev-main
-
stable:
composer create-project jasm1nii/jasmines-journal
-
-
via
gitCLI:-
latest:
git clone https://github.com/jasm1nii/jasmines-journal
-
stable:
git clone https://github.com/jasm1nii/jasmines-journal --branch (version tag)
-
-
via direct download as a
.ziparchive:
-
-
if you haven't already, install the required dependencies:
-
via
composer(global installation):composer install
-
via
composer.phar:php bin/composer.phar install
-
-
configure your web server to use
/public_htmlas the document root, as well as to redirect requests for nonexistent files to/public_html/index.php.- for apache, an
.htaccessfile is already included to handle the latter, but ensure to set the former in yourhttpd.conffile.
- 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.
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2023-11-18