https://github.com/hirotakadango/novel
Simple php novel site
https://github.com/hirotakadango/novel
novel personal-site php sqlite sqlite-database
Last synced: 8 months ago
JSON representation
Simple php novel site
- Host: GitHub
- URL: https://github.com/hirotakadango/novel
- Owner: HirotakaDango
- Created: 2025-02-21T14:03:50.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-21T14:17:24.000Z (8 months ago)
- Last Synced: 2025-02-21T15:24:07.468Z (8 months ago)
- Topics: novel, personal-site, php, sqlite, sqlite-database
- Language: PHP
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Novel
A simple and lightweight novel management system.
## Features
- Manage and organize novels easily
- User-friendly interface
- Lightweight and fast
## Installation
1. Clone the repository:
```sh
git clone https://github.com/HirotakaDango/novel.git
```
2. Navigate to the project folder:
```sh
cd novel
```
3. Deploy on a local or online server with PHP support.
## Activating SQLite Database
1. Ensure your server has SQLite enabled in PHP. You can check by running:
```sh
php -m | grep sqlite
```
2. If SQLite is not enabled, enable it in `php.ini` by uncommenting:
```
extension=sqlite3
```
3. Your website is now ready!
## Usage
- Open `index.php` in your browser.
- Start managing your novels.