Advertisement
Guest User

Felix Moche Linux JTL Shop

a guest
Apr 21st, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1.  
  2. Felix Moche - JTL-Software [11:52 AM]
  3. du kannst den kram auch ohne die docker-umgebung selbst bauen, indem du das aus dem dockerfile manuell machst
  4.  
  5. [11:53]
  6. wget -q http://jtl-url.de/shopcli -O /usr/bin/shopcli \
  7. && chmod +x /usr/bin/shopcli \
  8. && mkdir -p /root/.shopcli/cache \
  9. && wget -q http://downloads.jtl-software.de/shop/daily/jtl-shop-daily.zip -O /root/.shopcli/cache/402.zip
  10.  
  11. [11:53]
  12. und dann via shopcli installieren:
  13.  
  14. [11:53]
  15. usr/bin/shopcli shop:install --target-overwrite --install-demo-data \
  16. --admin-user="shop4-dev" --admin-password="shop4-dev" \
  17. --sync-user="shop4-dev" --sync-password="shop4-dev" \
  18. --database-host=shop4-dev-mysql --database-name=shop4-dev --database-user=shop4-dev --database-password=shop4-dev \
  19. --target-owner="www-data:www-data" --target-dir=/var/www/shop4-dev/public/ --enable-dev-mode
  20.  
  21. [11:53]
  22. musst halt die DB-daten anpassen
  23.  
  24. [11:54]
  25. und oben die pfade anpassen, wenn du nicht grad als root arbeitest
  26.  
  27. [11:54]
  28. funktioniert natürlich nur unter linux
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement