mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-08 14:55:17 +00:00
Update readme.tid
This commit is contained in:
parent
38e1ea8f90
commit
0ff3875b8a
@ -2,35 +2,31 @@ title: $:/plugins/tiddlywiki/multiwikiserver/readme
|
|||||||
|
|
||||||
This plugin extends the TiddlyWiki 5 server running on Node.js to be able to host multiple wikis that can share content or be independent.
|
This plugin extends the TiddlyWiki 5 server running on Node.js to be able to host multiple wikis that can share content or be independent.
|
||||||
|
|
||||||
Installation
|
!! Installation
|
||||||
|
|
||||||
```
|
```
|
||||||
|
# Clone the repo into ./TiddlyWiki5
|
||||||
git clone https://github.com/Jermolene/TiddlyWiki5.git --branch multi-wiki-support
|
git clone https://github.com/Jermolene/TiddlyWiki5.git --branch multi-wiki-support
|
||||||
|
|
||||||
cd TiddlyWiki5
|
cd TiddlyWiki5
|
||||||
|
|
||||||
|
# Install dependencies
|
||||||
npm install
|
npm install
|
||||||
```
|
|
||||||
|
|
||||||
To start the server:
|
# Start the server
|
||||||
|
|
||||||
```
|
|
||||||
npm start
|
npm start
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Then visit the administration interface in a browser: http://127.0.0.1:8080/
|
||||||
|
|
||||||
The `npm start` command is a shortcut for the following command:
|
The `npm start` command is a shortcut for the following command:
|
||||||
|
|
||||||
```
|
```
|
||||||
node ./tiddlywiki.js ./editions/multiwikiserver --mws-listen
|
node ./tiddlywiki.js ./editions/multiwikiserver --mws-listen
|
||||||
```
|
```
|
||||||
|
|
||||||
Then visit the administration interface in a browser:
|
|
||||||
|
|
||||||
* http://127.0.0.1:8080/
|
|
||||||
|
|
||||||
Note that changes are written to the topmost bag in a recipe.
|
Note that changes are written to the topmost bag in a recipe.
|
||||||
|
|
||||||
Note that until syncing is improved it is necessary to use "Get latest changes from the server" to speed up propogation of changes.
|
Note that until syncing is improved it is necessary to use "Get latest changes from the server" to speed up propogation of changes between users.
|
||||||
|
|
||||||
To run the tests:
|
To run the tests:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user