diff options
author | Andrew Manning <tamanning@zoho.com> | 2015-10-16 06:18:47 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2015-10-16 06:18:47 -0400 |
commit | 75d16e4852472cf9f321edceb67ea771e1f4e7ae (patch) | |
tree | 4ac2829797563612a561fb11b9825b986d50e7e5 /doc | |
parent | a756c0b18228982743049f7691229ba55e83983f (diff) | |
download | volse-hubzilla-75d16e4852472cf9f321edceb67ea771e1f4e7ae.tar.gz volse-hubzilla-75d16e4852472cf9f321edceb67ea771e1f4e7ae.tar.bz2 volse-hubzilla-75d16e4852472cf9f321edceb67ea771e1f4e7ae.zip |
New documentation for theme repo management
Diffstat (limited to 'doc')
-rw-r--r-- | doc/admins.bb | 1 | ||||
-rw-r--r-- | doc/theme_management.bb | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/doc/admins.bb b/doc/admins.bb index 817b79d0f..c77b004a4 100644 --- a/doc/admins.bb +++ b/doc/admins.bb @@ -9,5 +9,6 @@ [zrl=[baseurl]/help/hidden_configs]Tweaking $Projectname's Hidden Configurations[/zrl] [zrl=[baseurl]/help/faq_admins]FAQ For Admins[/zrl] [zrl=[baseurl]/help/service_classes]Service Classes[/zrl] +[zrl=[baseurl]/help/theme_management]Theme Management[/zrl] diff --git a/doc/theme_management.bb b/doc/theme_management.bb new file mode 100644 index 000000000..8166e5fe7 --- /dev/null +++ b/doc/theme_management.bb @@ -0,0 +1,13 @@ +[h1]Theme Management[/h1]
+
+[h2]Add new theme repo to your hub[/h2]
+
+1. Navigate to your hub web root
+[code]root@hub:~# cd /var/www[/code]
+2. Add the theme repo and give it a name
+[code]root@hub:/var/www# util/add_theme_repo https://github.com/username/theme-repo.git[/zrl] UniqueThemeRepoName[/code]
+
+[h2]Update existing theme repo[/h2]
+
+Update the repo by using
+[code]root@hub:/var/www# util/update_theme_repo UniqueThemeRepoName[/code]
|