Advertisement
Guest User

Tiki setup.sh output

a guest
Dec 17th, 2017
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.34 KB | None | 0 0
  1. $ sh setup.sh
  2.  
  3. Tiki setup.sh - your options
  4. ============================
  5.  
  6. Composer: If you are installing via a released Tiki package (zip, tar.gz, tar.bz2, 7z), you can and should skip using Composer. If you are installing and upgrading via SVN, you need to run Composer after 'svn checkout' and 'svn upgrade'. More info at https://dev.tiki.org/Composer
  7.  
  8. c run composer (log output on screen, not all warnings) and exit (recommended to be done first)
  9. L run composer (log output to logfile) and exit (recommended to be done first)
  10. V run composer (verbose log output on screen) and exit (recommended to be done first)
  11.  
  12. For all Tiki instances (via SVN or via a released package):
  13.  
  14. f fix file & directory permissions (classic default) o open file and directory permissions (classic option)
  15. S clear screen
  16.  
  17. predefined Tiki Permission Check models:
  18. ----------------------------------------
  19.  
  20. 1 paranoia
  21. 2 paranoia-suphp w suphp workaround
  22. 3 sbox W sbox workaround
  23. 4 mixed
  24. 5 worry 6 moreworry
  25. 7 pain 8 morepain
  26. 9 risky a insane
  27.  
  28. q quit x exit
  29.  
  30. There are some other commands recommended for advanced users only.
  31. More documentation about this: https://doc.tiki.org/Permission+Check
  32.  
  33. Your choice [c]?
  34. local PHP version 70 >= required PHP version 55 - good
  35. You are already using composer version 1.5.5 (stable channel).
  36. php is /usr/bin/php
  37. Loading composer repositories with package information
  38. Installing dependencies from lock file
  39. Package operations: 109 installs, 0 updates, 0 removals
  40.  
  41.  
  42. [RuntimeException]
  43. The zip extension and unzip command are both missing, skipping.
  44. Your command-line PHP is using multiple ini files. Run `php --ini` to show them.
  45.  
  46.  
  47. install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--] [<packages>]...
  48.  
  49.  
  50. Tiki setup.sh - your options
  51. ============================
  52.  
  53. Composer: If you are installing via a released Tiki package (zip, tar.gz, tar.bz2, 7z), you can and should skip using Composer. If you are installing and upgrading via SVN, you need to run Composer after 'svn checkout' and 'svn upgrade'. More info at https://dev.tiki.org/Composer
  54.  
  55. c run composer (log output on screen, not all warnings) and exit (recommended to be done first)
  56. L run composer (log output to logfile) and exit (recommended to be done first)
  57. V run composer (verbose log output on screen) and exit (recommended to be done first)
  58.  
  59. For all Tiki instances (via SVN or via a released package):
  60.  
  61. f fix file & directory permissions (classic default) o open file and directory permissions (classic option)
  62. S clear screen
  63.  
  64. predefined Tiki Permission Check models:
  65. ----------------------------------------
  66.  
  67. 1 paranoia
  68. 2 paranoia-suphp w suphp workaround
  69. 3 sbox W sbox workaround
  70. 4 mixed
  71. 5 worry 6 moreworry
  72. 7 pain 8 morepain
  73. 9 risky a insane
  74.  
  75. q quit x exit
  76.  
  77. There are some other commands recommended for advanced users only.
  78. More documentation about this: https://doc.tiki.org/Permission+Check
  79.  
  80. Your choice [f]?
  81. You are not root or you are on a shared hosting account. You can now:
  82.  
  83. 1- ctrl-c to break now.
  84.  
  85. or
  86.  
  87. 2- If you press enter to continue, you will probably get some error messages
  88. but it (the script) will still fix what it can according to the permissions
  89. of your user. This script will now ask you some questions. If you don't know
  90. what to answer, just press enter to each question (to use default value)
  91. > Press enter to continue:
  92. > Group [www-data]:
  93. touch: cannot touch 'db/virtuals.inc': Permission denied
  94. > Multi []:
  95. Checking dirs :
  96. db ... ok.
  97. dump ... ok.
  98. img/wiki ... ok.
  99. img/wiki_up ... ok.
  100. img/trackers ... ok.
  101. modules/cache ... ok.
  102. temp ... ok.
  103. temp/cache ... ok.
  104. temp/public ... ok.
  105. templates_c ... ok.
  106. templates ... ok.
  107. themes ... ok.
  108. whelp ... ok.
  109. mods ... ok.
  110. files ... ok.
  111. tiki_tests/tests ... ok.
  112. temp/unified-index ... ok.
  113. Fix global perms ...
  114. You are not root and you are not in the group www-data. We can't change the group ownership to www-data.
  115. Special dirs permissions will be set accordingly.
  116. Fix normal dirs ... done.
  117. Fix special dirs ... done.
  118.  
  119. Tiki setup.sh - your options
  120. ============================
  121.  
  122. Composer: If you are installing via a released Tiki package (zip, tar.gz, tar.bz2, 7z), you can and should skip using Composer. If you are installing and upgrading via SVN, you need to run Composer after 'svn checkout' and 'svn upgrade'. More info at https://dev.tiki.org/Composer
  123.  
  124. c run composer (log output on screen, not all warnings) and exit (recommended to be done first)
  125. L run composer (log output to logfile) and exit (recommended to be done first)
  126. V run composer (verbose log output on screen) and exit (recommended to be done first)
  127.  
  128. For all Tiki instances (via SVN or via a released package):
  129.  
  130. f fix file & directory permissions (classic default) o open file and directory permissions (classic option)
  131. S clear screen
  132.  
  133. predefined Tiki Permission Check models:
  134. ----------------------------------------
  135.  
  136. 1 paranoia
  137. 2 paranoia-suphp w suphp workaround
  138. 3 sbox W sbox workaround
  139. 4 mixed
  140. 5 worry 6 moreworry
  141. 7 pain 8 morepain
  142. 9 risky a insane
  143.  
  144. q quit x exit
  145.  
  146. There are some other commands recommended for advanced users only.
  147. More documentation about this: https://doc.tiki.org/Permission+Check
  148.  
  149. Your choice [x]?
  150.  
  151. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement