Changeset 7491


Ignore:
Timestamp:
Oct 30, 2010, 12:56:10 AM (13 years ago)
Author:
plg
Message:

new settings used to create Piwigo archives

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.1/tools/pwg_rel_create.sh

    r5213 r7491  
    3232svn export http://piwigo.org/svn/tags/$tag piwigo
    3333
    34 # creating database.inc.php empty and writeable
    35 touch piwigo/local/config/database.inc.php
    36 chmod a+w piwigo/local/config/database.inc.php
     34chmod -R a+w piwigo/local
     35
     36mkdir piwigo/_data
     37chmod a+w piwigo/_data
     38touch piwigo/_data/dummy.txt
     39
     40mkdir piwigo/upload
     41chmod a+w piwigo/upload
    3742
    3843zip -r $name.zip piwigo
Note: See TracChangeset for help on using the changeset viewer.