Skip to content
Gallery
V1 Development
Share
Explore
Processes

Replacing v1.22slides.com files

Create zip archive of new files and upload:
zip -r archive.zip .
Unzip and overwrite existing files:
unzip -o archive.zip
Repair permissions
chown -R bryanb:apache /var/www/22slides.com
find /var/www/22slides.com -type d -exec chmod 2775 {} \\; -o -type f -exec chmod 664 {} \\;
Restart supervisord:
service supervisord restart
Remove archive.zip file:
rm /var/www/22slides.com/archive.zip

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.