{"id":18054117,"url":"https://github.com/mbuesch/cms","last_synced_at":"2025-07-21T09:03:01.990Z","repository":{"id":9789540,"uuid":"11764980","full_name":"mbuesch/cms","owner":"mbuesch","description":"Simple Content Management System for websites","archived":false,"fork":false,"pushed_at":"2025-06-27T16:24:39.000Z","size":734,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-15T02:46:51.966Z","etag":null,"topics":["cms","content-management-system","rust","website"],"latest_commit_sha":null,"homepage":"http://bues.ch/","language":"Rust","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mbuesch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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,"zenodo":null}},"created_at":"2013-07-30T12:53:24.000Z","updated_at":"2025-06-27T16:24:43.000Z","dependencies_parsed_at":"2023-12-03T19:23:46.255Z","dependency_job_id":"56eabca9-598d-4cc5-adf1-3c9055921f1e","html_url":"https://github.com/mbuesch/cms","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mbuesch/cms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbuesch%2Fcms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbuesch%2Fcms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbuesch%2Fcms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbuesch%2Fcms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mbuesch","download_url":"https://codeload.github.com/mbuesch/cms/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbuesch%2Fcms/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266270369,"owners_count":23902731,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["cms","content-management-system","rust","website"],"created_at":"2024-10-31T00:09:21.147Z","updated_at":"2025-07-21T09:03:01.966Z","avatar_url":"https://github.com/mbuesch.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Rust based CMS\n\nCopyright (c) 2011-2024 Michael Buesch \u003cm@bues.ch\u003e\n\n\n## Building\n\nRun the `build.sh` script to build the CMS system.\n\nThe build requires the `cargo-audit` and `cargo-auditable` Rust crates installed:\n\n```sh\ncargo install cargo-audit cargo-auditable\n```\n\nAfter installing all build dependencies, run the build script:\n\n```sh\n./build.sh\n```\n\n## Installing\n\nAfter building, run the `create-users.sh` script to create the user/group structure for CMS in the operating system:\n\n```sh\n./create-users.sh\n```\n\nAfter that, run the `install.sh` script.\nIt will install the CMS system into `/opt/cms/`.\n\n```sh\n./install.sh\n```\n\nThen create the database inside of `/opt/cms/etc/cms/db/`.\nYou may start with the example db:\n\n```sh\ncp -r ./example/db/* /opt/cms/etc/cms/db/\n```\n\n\n## Configuring Apache httpd\n\nConfigure the CMS CGI binary as CGI `ScriptAlias`:\n\n```\nScriptAlias /cms /opt/cms/libexec/cms-cgi/cms.cgi\n\n\u003cDirectory /opt/cms/libexec/cms-cgi\u003e\n    AllowOverride None\n    Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch -Indexes\n    Require all granted\n\u003c/Directory\u003e\n\n# Redirect all 404 to the CMS 404 handler (optional)\nErrorDocument 404 /cms/__nopage/__nogroup.html\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbuesch%2Fcms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmbuesch%2Fcms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbuesch%2Fcms/lists"}