Mr_media

my_distrubution_setup

May 7th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. This is the structure of my_distribution / fluid-template / with Gridelements
  2.  
  3.  
  4.  
  5. :~# ls -al /var/www/www..nl/www/typo3conf/ext/workshop_template/Configuration/
  6. total 20
  7. drwxrwsr-x 5 www-data admin 4096 May 5 23:22 .
  8. drwxr-sr-x 5 www-data admin 4096 May 4 18:04 ..
  9. drwxrwsr-x 3 www-data admin 4096 May 6 08:16 PageTS
  10. drwxrwsr-x 2 www-data admin 4096 May 5 15:52 TSconfig
  11. drwxrwsr-x 3 www-data admin 4096 May 1 15:37 TypoScript
  12.  
  13. :~# ls -al /var/www/.nl/www/typo3conf/ext/workshop_template/Configuration/TypoScript
  14. total 20
  15. drwxrwsr-x 3 www-data admin 4096 May 1 15:37 .
  16. drwxrwsr-x 5 www-data admin 4096 May 5 23:22 ..
  17. drwxrwsr-x 2 www-data admin 4096 May 5 15:52 Library (holding al the tsconfig files with .ts extension.
  18. -rwxrwxr-x 1 www-data admin 186 May 5 16:54 constants.txt
  19. -rwxrwxr-x 1 www-data admin 248 May 6 09:22 setup.txt
  20.  
  21. :~# ls -al /var/www/.nl/www/typo3conf/ext/workshop_template/Configuration/PageTS
  22. total 16
  23. drwxrwsr-x 3 www-data admin 4096 May 6 08:16 .
  24. drwxrwsr-x 5 www-data admin 4096 May 5 23:22 ..
  25. drwxrwsr-x 3 www-data admin 4096 May 5 23:31 ModuleTS (here are al the 1_column.pagets and 1_column.setupts files)
  26.  
  27. :~# ls -al /var/www/.nl/www/typo3conf/ext/workshop_template/Configuration/TSconfig
  28. total 16
  29. drwxrwsr-x 2 www-data admin 4096 May 5 15:52 .
  30. drwxrwsr-x 5 www-data admin 4096 May 5 23:22 ..
  31. -rwxrwxr-x 1 www-data admin 835 May 5 15:30 Page.txt
  32. -rwxrwxr-x 1 www-data admin 40 May 5 08:06 User.txt
  33.  
  34. :~# ls -al /var/www/www..nl/www/typo3conf/ext/workshop_template/
  35. total 40
  36. drwxr-sr-x 5 www-data admin 4096 May 4 18:04 .
  37. drwxrwsr-x 10 www-data admin 4096 May 6 09:22 ..
  38. drwxrwsr-x 5 www-data admin 4096 May 5 23:22 Configuration
  39. drwxr-sr-x 13 www-data admin 4096 May 1 15:07 Documentation.tmpl
  40. -rwxr-xr-x 1 www-data admin 976 May 1 15:07 ExtensionBuilder.json
  41. drwxr-sr-x 4 www-data admin 4096 May 1 15:07 Resources
  42. -rwxr-xr-x 1 www-data admin 1082 May 4 09:06 ext_emconf.php
  43. -rwxr-xr-x 1 www-data admin 177 May 1 15:07 ext_icon.gif
  44. -rwxr-xr-x 1 www-data admin 635 May 5 17:36 ext_localconf.php
  45. -rwxr-xr-x 1 www-data admin 257 May 1 15:07 ext_tables.php
  46.  
  47.  
  48. /var/www/.nl/www/typo3conf/ext/workshop_template/Configuration/TypoScript/setup.txt :
  49. <INCLUDE_TYPOSCRIPT: source="FILE:EXT:css_styled_content/static/setup.txt">
  50. <INCLUDE_TYPOSCRIPT: source="DIR: ./Library" extensions="ts">
  51.  
  52. <INCLUDE_TYPOSCRIPT: source="DIR:EXT:workshop_template/Configuration/TSconfig/" extensions="txt">
  53. <INCLUDE_TYPOSCRIPT: source="DIR:EXT:workshop_template/Configuration/PageTS/ModuleTS/" extensions="setupts">
  54. <INCLUDE_TYPOSCRIPT: source="DIR:EXT:workshop_template/Configuration/PageTS/ModuleTS/" extensions="pagets">
Add Comment
Please, Sign In to add comment