alfs18/ramverk1-projekt
最新稳定版本:v1.0.4
Composer 安装命令:
composer require alfs18/ramverk1-projekt
包简介
A me page for the ramverk1 course.
README 文档
README
Install the module
Step one to install the module:
composer require alfs18/ramverk1-projekt
Then, to get the files, type:
Please note that the following line will overwrite your header.php and responsive.php.
rsync -av vendor/alfs18/ramverk1-projekt/config ./
or (if you don't want to overwrite header.php and responsive.php):
rsync -av vendor/alfs18/ramverk1-projekt/config/router ./config
rsync -av vendor/alfs18/ramverk1-projekt/content/block/picture.md ./content/block
The following line will add the css-file mine4.css and some images in the img-folder.
rsync -av vendor/alfs18/ramverk1-projekt/htdocs ./
rsync -av vendor/alfs18/ramverk1-projekt/sql ./
rsync -av vendor/alfs18/ramverk1-projekt/src ./
rsync -av vendor/alfs18/ramverk1-projekt/view ./
Add the tables to the database db.sqlite
sqlite3 data/db.sqlite < sql/ddl/answer_comments_sqlite.sql
sqlite3 data/db.sqlite < sql/ddl/answers_sqlite.sql
sqlite3 data/db.sqlite < sql/ddl/comments_sqlite.sql
sqlite3 data/db.sqlite < sql/ddl/pictures_sqlite.sql
sqlite3 data/db.sqlite < sql/ddl/question_sqlite.sql
sqlite3 data/db.sqlite < sql/ddl/user_sqlite.sql
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-04-04