aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/Best_way_to_share_settings_between_repositories.mdwn
diff options
context:
space:
mode:
authorhttps://launchpad.net/~beaufils <beaufils@web>2015-06-12 09:39:49 -0400
committeradmin <admin@branchable.com>2015-06-12 09:39:49 -0400
commit8f1d5110517877339e31e5a2650cc625858d87cb (patch)
tree8fcabda65659db33cf9f7eed1c2c1b7cb1424643 /doc/forum/Best_way_to_share_settings_between_repositories.mdwn
parent8376046bdbd37221f16b5dc0aee9f2b2b34ea8f8 (diff)
downloadikiwiki-8f1d5110517877339e31e5a2650cc625858d87cb.tar
ikiwiki-8f1d5110517877339e31e5a2650cc625858d87cb.tar.gz
new questions (sharing settings easily)
Diffstat (limited to 'doc/forum/Best_way_to_share_settings_between_repositories.mdwn')
-rw-r--r--doc/forum/Best_way_to_share_settings_between_repositories.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/forum/Best_way_to_share_settings_between_repositories.mdwn b/doc/forum/Best_way_to_share_settings_between_repositories.mdwn
new file mode 100644
index 000000000..0b0590e18
--- /dev/null
+++ b/doc/forum/Best_way_to_share_settings_between_repositories.mdwn
@@ -0,0 +1,9 @@
+I like the idea of having some common configuration (let's say of plugins) in my main server (with cgi and websetup enabled) as well as on other repositories clones and copies. In the ideal situations only some dir settings should be different (src, dest, lib, etc.) in the different setup files.
+
+Managing two setup files (one for the server and one for the laptop) is however a pain since each time a change is made on the server (through websetup for instance) one has to manually integrated it (after being made aware of it) on each clone setup file and vice-versa.
+
+What is a good way to share such settings (without having to copy them twice or more) ?
+
+I tried to discuss that same point in [[laptop_wiki_with_git discussion|tips/laptop_wiki_with_git/discussion]].
+
+--[[bbb]]