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-11-26 11:13] 58.6.224.216plugin:git [2020-02-24 12:58] (current) – version upped Aleksandr
Line 6: Line 6:
 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    : 
 conflicts  conflicts 
 similar    :  similar    : 
-tags       : GIT, Source Control, !Experimental+tags       : GIT, Source Control
  
-downloadurl: +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 =====
  
-**Under Construction, don't download for now!**+**Under Construction, don't download for now! Contact me if you want to help speed up development**
  
-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.+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 54: 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.1353924794.txt.gz · Last modified: 2012-11-26 11:13 by 58.6.224.216

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