Changes between Version 23 and Version 24 of InstallationGuidelines/VirtualMachine/Maintenance


Ignore:
Timestamp:
09/28/14 12:54:50 (10 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/VirtualMachine/Maintenance

    v23 v24  
    100100exit
    101101}}}
     102
     10310. Test
     104
     10511. Cleanup
     106Prepare for upload by cleaning up the disk as much as possible:
     107{{{
     108cd ~/web2py
     109rm httpserver.log
     110cd ~/web2py/applications/eden
     111rm -rf databases/*
     112rm -f errors/*
     113rm -rf sessions/*
     114rm -rf uploads/*
     115sudo su -
     116apt-get clean
     117aptitude purge ~c
     118aptitude purge ~o
     119rm -rf /tmp/*
     120rm -rf /var/tmp/*
     121rm /var/log/*
     122}}}
    102123== !TurnKey Linux ==
    103124