Ignore:
Timestamp:
2015-03-13T10:40:18+13:00 (9 years ago)
Author:
davidb
Message:

Added aditional tasks that need to be performed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nz-flag-design/trunk/INSTALL.sh

    r29761 r29785  
    1717#chmod a+rw render-3d/images/*.png
    1818
    19 #echo ""
    20 #echo "****"
    21 #echo "* 2. Making 'render-3d/images/' world-writable to ensure web server can write to it"
    22 #echo "*    => chmod a+rwx render-3d/images"
    23 #echo "*    => chmod a+rw render-3d/images/*.png"
    24 #echo "****"
     19echo ""
     20echo "****"
     21echo "* 2. Making 'similarity-2d' world-writable so web server can save JSON data there"
     22echo "*    => chmod a+rwx similarity-2d"
     23echo "****"
     24chmod a+rwx similarity-2d
    2525
    2626echo "****"
    27 echo "* 2. Copying local extension files to SVG-Edit folder"
     27echo "* 3. Copying local extension files to SVG-Edit folder"
    2828echo "****"
    29 /bin/cp main-form/svg-edit-local/*.* main-form/svg-edit-trunk/editor/extensions/.
     29/bin/cp -r main-form/svg-edit-local/* main-form/svg-edit-trunk2/editor/.
    3030
    3131
     
    4343
    4444echo "****"
    45 echo "* 3. Now copy:"
     45echo "* 4. Now copy:"
    4646echo "*   $config_file"
    4747echo "* to:"
Note: See TracChangeset for help on using the changeset viewer.