Changeset 7492


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

merge r7491 from branch 2.1 to trunk

new settings used to create Piwigo archives

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/pwg_rel_create.sh

    r5213 r7492  
    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.