Changes between Initial Version and Version 1 of Instance management


Ignore:
Timestamp:
23.05.2014 21:37:54 (10 years ago)
Author:
Alloc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Instance management

    v1 v1  
     1'''DRAFT'''
     2
     3== Creation ==
     4
     5=== Templates ===
     6* admins.xml
     7* config.xml
     8
     9=== Create ===
     10{{{
     117dtd.sh instances create
     12}}}
     13
     14== Editing ==
     15{{{
     167dtd.sh instances edit <instancename>
     17}}}
     18
     19== Deleting ==
     20{{{
     217dtd.sh instances delete <instancename>
     22}}}
     23
     24== Listing ==
     25{{{
     267dtd.sh instances list
     27}}}
     28
     29== Start/Stop ==
     30{{{
     317dtd.sh start <instancename>
     32}}}
     33{{{
     347dtd.sh kill <instancename>
     35}}}
     36
     37== Status ==
     38{{{
     397dtd.sh status <instancename>
     40}}}
     41