Canasta2.0 adding wiki farm support #295
Merged
+574
−31
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
AddWiki Farm Support in Canasta
Related Issue: #57
Overview
One big feature Canasta lacks is the ability to support running multiple wikis, i.e. a wiki family or wiki farm, within the same container. Such wikis would be differentiated by either:
a different directory (e.g. example.com/a, example.com/b)
a different subdomain (e.g. a.example.com, b.example.com)
or different domains for each wiki (example1.com, example2.com).
We added wiki farm support for canasta.
New Features and Improvements
Implementation Details
.htaccess
: Thegeneratewikihtaccess.sh
script automatically sets up.htaccess
files for wikis hosted under directories, thereby managing access permissions.Test
We deployed the Canasta2.0 on the AWS.
Now it have three wikis running in one container.
https://canasta2.com
https://canasta2.com/a
https://subdomain.canasta2.com
They are all publicly accessible and everyone is welcome to test them.