diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-10-16 22:26:38 +1100 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-10-16 22:26:38 +1100 |
commit | 6f5f613d9f90c8e168c8a551f0a70ba6644704a8 (patch) | |
tree | 8d5758fcc5618cbdbf990324b4ea21b50941f38d /doc | |
parent | 52f2509280af0826271e163b8adb980e792b20e3 (diff) | |
parent | 864bad0ebb2d9f3abac2a3d233f5f3ee9a03d8de (diff) | |
download | volse-hubzilla-6f5f613d9f90c8e168c8a551f0a70ba6644704a8.tar.gz volse-hubzilla-6f5f613d9f90c8e168c8a551f0a70ba6644704a8.tar.bz2 volse-hubzilla-6f5f613d9f90c8e168c8a551f0a70ba6644704a8.zip |
Merge pull request #90 from anaqreon/theme-doc
Documentation for theme repo management
Diffstat (limited to 'doc')
-rw-r--r-- | doc/admins.bb | 1 | ||||
-rw-r--r-- | doc/theme_management.bb | 10 |
2 files changed, 11 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..5691f7c48 --- /dev/null +++ b/doc/theme_management.bb @@ -0,0 +1,10 @@ +[h1]Theme Management[/h1]
+$Projectname allows hub admins to easily add and update themes hosted in common git repositories.
+[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][nobb]root@hub:/var/www# util/add_theme_repo https://github.com/username/theme-repo.git UniqueThemeRepoName[/nobb][/code]
+[h2]Update existing theme repo[/h2]
+Update the repo by using
+[code]root@hub:/var/www# util/update_theme_repo UniqueThemeRepoName[/code]
|