Procházet zdrojové kódy

Merge branch 'master' into dev

refactoring
Guillaume Bourgeois před 5 roky
rodič
revize
1d1deb7311
5 změnil soubory, kde provedl 14 přidání a 1 odebrání
  1. +2
    -1
      .gitignore
  2. +0
    -0
      backend/runtime/.gitignore
  3. +0
    -0
      backend/web/assets/.gitignore
  4. +0
    -0
      frontend/web/assets/.gitignore
  5. +12
    -0
      setPermissionsOpenDistrib.sh

+ 2
- 1
.gitignore Zobrazit soubor

@@ -26,4 +26,5 @@ phpunit.phar
# local phpunit config
/phpunit.xml

/vendor/**/.git
/vendor/*
*/.git

+ 0
- 0
backend/runtime/.gitignore Zobrazit soubor


+ 0
- 0
backend/web/assets/.gitignore Zobrazit soubor


+ 0
- 0
frontend/web/assets/.gitignore Zobrazit soubor


+ 12
- 0
setPermissionsOpenDistrib.sh Zobrazit soubor

@@ -0,0 +1,12 @@
#!/usr/bin/env bash
sudo chown fab:www-data frontend/runtime/ -R
chmod 775 frontend/runtime/

sudo chown fab:www-data frontend/web/assets/ -R
sudo chmod 775 frontend/web/assets/ -R

sudo chown fab:www-data backend/runtime/ -R
sudo chmod 775 backend/runtime/ -R

sudo chown fab:www-data backend/web/assets/ -R
sudo chmod 775 backend/web/assets/ -R

Načítá se…
Zrušit
Uložit