From 1ef04303964cd380c0b4077936195e2f15f17c0f Mon Sep 17 00:00:00 2001 From: ghost Date: Thu, 8 Feb 2024 15:12:23 +0200 Subject: [PATCH] update project name --- README.md | 10 +++++----- composer.json | 6 +++--- example/config.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 282cfbf..2504689 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,13 @@ Project under development, please join to work by sending PR or bug report! 2. `dpkg -i manticore-repo.noarch.deb` 3. `apt update` 4. `apt install git composer memcached manticore manticore-extra php-fpm php-memcached php-mysql php-mbstring` -5. `git clone https://github.com/YGGverse/betadoku.git` -6. `cd betadoku` +5. `git clone https://github.com/YGGverse/bdoku.git` +6. `cd bdoku` 7. `composer update` ## Setup -1. `cd betadoku` +1. `cd bdoku` 2. `mkdir host/127.0.0.1` 3. `cp example/config.json host/127.0.0.1/config.json` 4. `cd host/127.0.0.1` @@ -32,7 +32,7 @@ Project under development, please join to work by sending PR or bug report! ## Start -Before launch the server, copy or create alias of `path/to/dokuwiki/data` folder to `betadoku/host/127.0.0.1` on example above. +Before launch the server, copy or create alias of `path/to/dokuwiki/data` folder to `bdoku/host/127.0.0.1` on example above. On every start, previous memory cache will be cleaned and new search index created. After `data` folder update, you need just to restart your server with systemd or another process manager. @@ -43,6 +43,6 @@ Open `gemini://127.0.0.1` in your favorite [Gemini browser](https://github.com/k ## Update -1. `cd betadoku` +1. `cd bdoku` 2. `git pull` - get latest codebase from this repository 3. `composer update` - update vendor libraries \ No newline at end of file diff --git a/composer.json b/composer.json index 9754756..a76cae1 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { - "name": "yggverse/betadoku", + "name": "yggverse/bdoku", "description": "DokuWiki Satellite for Gemini Protocol", - "keywords": [ "yggverse", "betadoku", "gemini", "gemini-protocol", "gemini-server", "wiki", "dokuwiki", "manticore", "bridge", "server" ], - "homepage": "https://github.com/yggverse/betadoku", + "keywords": [ "yggverse", "bdoku", "betadoku", "gemini", "gemini-protocol", "gemini-server", "wiki", "dokuwiki", "manticore", "bridge", "server" ], + "homepage": "https://github.com/yggverse/bdoku", "type": "project", "require": { "yggverse/titan-ii": "^1.0", diff --git a/example/config.json b/example/config.json index fe5dcef..62fa0f9 100644 --- a/example/config.json +++ b/example/config.json @@ -74,6 +74,6 @@ "source":"Source", "alias":"Alias", "welcome":"About", - "about":"=> https://github.com/YGGverse/betadoku GitHub" + "about":"=> https://github.com/YGGverse/bdoku GitHub" } } \ No newline at end of file