{"id":21957001,"url":"https://github.com/hotakus/website-construction-kit","last_synced_at":"2026-04-11T03:03:47.614Z","repository":{"id":168113833,"uuid":"643288706","full_name":"Hotakus/website-construction-kit","owner":"Hotakus","description":"A wordpress kit for quikly constructing a website on your server with a nice method.","archived":false,"fork":false,"pushed_at":"2023-06-23T04:46:09.000Z","size":91472,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-03T14:39:16.769Z","etag":null,"topics":["docker","kit","linux","mariadb","nginx","php","python","wordpress"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Hotakus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-20T17:27:45.000Z","updated_at":"2023-07-08T09:26:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"cc8d9c1f-3c9e-4a97-831b-181ae5a4ee71","html_url":"https://github.com/Hotakus/website-construction-kit","commit_stats":null,"previous_names":["hotakus/wordpress-kit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Hotakus/website-construction-kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hotakus%2Fwebsite-construction-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hotakus%2Fwebsite-construction-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hotakus%2Fwebsite-construction-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hotakus%2Fwebsite-construction-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hotakus","download_url":"https://codeload.github.com/Hotakus/website-construction-kit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hotakus%2Fwebsite-construction-kit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31667034,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","kit","linux","mariadb","nginx","php","python","wordpress"],"created_at":"2024-11-29T08:42:13.469Z","updated_at":"2026-04-11T03:03:47.590Z","avatar_url":"https://github.com/Hotakus.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wordpress-kit (WIP)\r\n\r\nA WordPress kit for quickly constructing a website on your server.\r\n\r\nThis kit can automatically compile, deploy and configure WordPress with a nice method.\r\n\r\n---\r\n\r\n- [wordpress-kit (WIP)](#wordpress-kit-wip)\r\n  - [Pre-work](#pre-work)\r\n  - [Configuring](#configuring)\r\n  - [Compiling](#compiling)\r\n  - [Deploying](#deploying)\r\n    - [1. To localhost](#1-to-localhost)\r\n    - [2. To docker](#2-to-docker)\r\n  - [Use directly](#use-directly)\r\n  - [Try your website](#try-your-website)\r\n\r\n---\r\n\r\n## Pre-work\r\n\r\nInstall basic packages:\r\n\r\n```console\r\nsudo apt install bison re2c pkg-config libxml2-dev libssl-dev \\ \r\n libsqlite3-dev  libcurl4-openssl-dev libpng-dev libwebp-dev libjpeg-dev \\\r\n libfreetype-dev libonig-dev libzip-dev\r\n```\r\n\r\nAnd pull this repo. Use SSH to pull repo is recommended.\r\n\r\n```console\r\ngit clone --recurse-submodules \\\r\n ssh://git@ssh.github.com:443/Hotakus/wordpress-kit.git\r\n```\r\n\r\nIf the submodules' folder is empty, you can run:\r\n\r\n```console\r\ngit submodule update --init --recursive --depth 1\r\n```\r\n\r\n---\r\n\r\n## Configuring\r\n\r\nOpening the file \"config.json\" in root folder,\r\n\r\n---\r\n\r\n## Compiling\r\n\r\n```console\r\nsudo apt install build-essential cmake \r\n```\r\n\r\nads\r\n\r\n---\r\n\r\n## Deploying\r\n\r\nThis project support localhost and docker(recommended).\r\n\r\n```console\r\nsudo apt install python3 python3-pip\r\n```\r\n\r\nIf you had already installed anaconda, you can ignore command above.\r\n\r\n### 1. To localhost\r\n\r\nIf your host is new and pure, directly deploying project to your localhost is most easy and fast, otherwise not recommended, looking 2.\r\n\r\n### 2. To docker\r\n\r\nIf your localhost is mess, I recommend that you deploy project to docker, otherwise the project maybe don't work or mess up your environment of localhost. even if localhost is pure and new, I still recommend using this method to deploy.\r\n\r\n```console\r\nsudo apt install docker.io\r\n```\r\n\r\n---\r\n\r\n## Use directly\r\n\r\ndownload a release of the project, and use it.\r\n\r\n---\r\n\r\n## Try your website\r\n\r\nkkk\r\n\r\n---\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhotakus%2Fwebsite-construction-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhotakus%2Fwebsite-construction-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhotakus%2Fwebsite-construction-kit/lists"}