DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:git

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:git [2012-06-12 09:36] – [Setup GIT repos] fix typo mprinsplugin:git [2020-02-24 12:58] (current) – version upped Aleksandr
Line 2: Line 2:
  
 ---- plugin ---- ---- plugin ----
-description: This plugin allows you to perform GIT actions from the administrator console.+description: This plugin allows you to perform GIT actions from the administrator console. **Under Construction, don't download for now!**
 author     : Stephan Dekker author     : Stephan Dekker
 email      : Stephan@SparklingSoftware.com.au email      : Stephan@SparklingSoftware.com.au
 type       : Admin type       : Admin
-lastupdate : 2012-03-14+lastupdate : 2013-11-06
 compatible : 2012-01-25 "Angua" compatible : 2012-01-25 "Angua"
 depends    :  depends    : 
Line 13: Line 13:
 tags       : GIT, Source Control tags       : GIT, Source Control
  
-downloadurl: https://github.com/SparklingSoftware/DokuWiki-Plugin-GIT/zipball/master+downloadurl: https://github.com/SparklingSoftware/DokuWiki-Plugin-GIT/archive/master.zip
 bugtracker : https://github.com/SparklingSoftware/DokuWiki-Plugin-GIT/issues bugtracker : https://github.com/SparklingSoftware/DokuWiki-Plugin-GIT/issues
 sourcerepo : https://github.com/SparklingSoftware/DokuWiki-Plugin-GIT sourcerepo : https://github.com/SparklingSoftware/DokuWiki-Plugin-GIT
 +donationurl: 
 +
 +screenshot_img : 
 ---- ----
  
 ===== Installation ===== ===== Installation =====
  
-Install the plugin using the [[plugin:plugin|Plugin Manager]] and the download URL above, which points to latest version of the plugin. Refer to [[:Plugins]] on how to install plugins manually.+**Under Construction, don't download for now! Contact me if you want to help speed up development** 
 + 
 +Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually.
  
 ==== Setup GIT repos ==== ==== Setup GIT repos ====
  
-  - Create new, empty master (no working files) repo. +  - Make sure your "data" folder is outside of the wiki and that its git repository. You can download the "Wikipedia for IT standards" for instance (as shown here: http://www.instantalm.orgcontent here: https://github.com/SparklingSoftware/InstantALM/archive/master.zip 
-  - Clone that repo to a new local repo (with working files). +  - You can use this as .gitignore
-  - Copy that repo into the root of your DokuWiki installation+
-  - Create a .gitignore file:+
  
-<file .gitignore > 
  
-conf/ +<file .gitignore >
-bin/ +
-inc/ +
-lib/+
  
-data/attic/ +attic/ 
-data/cache/ +cache/ 
-data/index/ +index/ 
-data/locks/ +locks/ 
-data/meta/ +meta/ 
-data/media_attic/ +media_attic/ 
-data/media_meta/ +media_meta/ 
-data/tmp/+tmp/
  
 *.php *.php
Line 52: Line 51:
 VERSION VERSION
  
-data/.htaccess +.htaccess 
-data/_dummy +_dummy 
-data/deleted.files +deleted.files 
-data/security.png +security.png 
-data/security.xcf+security.xcf
  
 </file> </file>
plugin/git.1339486590.txt.gz · Last modified: 2012-06-12 09:36 by mprins

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki