openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

README.md (675B)


      1 # Development Tools
      2 
      3 These files are only necessary **for developers**!
      4  
      5 ## Creating a release tag
      6 
      7 Usage: `tag-version.sh <version>`
      8 
      9 - updates the file `version.php` with the new version
     10 - creates a git tag
     11 - updates the file `version.php` with the snapshot version
     12 
     13 
     14 ## Updating UI 
     15 
     16 `update.sh -u http://host/ -w -x <type>`
     17 
     18 Makes the necessary output files writable, then updates them.
     19 
     20 - `-u <url>` the current start url, where the CMS is installed.
     21 - `-w` do not exit, **watch**es the files for modifications 
     22 - `-x <type>` where `type` is one of `tpl`,`lang`,`js`,`css`,`xsd` or `all`.
     23 
     24 You can to the same with [invoking the update via your browser](./update.php).