Skip to content

Instantly share code, notes, and snippets.

@yoon
Created April 8, 2015 20:47
Show Gist options
  • Save yoon/613773b4d8618f142331 to your computer and use it in GitHub Desktop.
Save yoon/613773b4d8618f142331 to your computer and use it in GitHub Desktop.
ipboard permissions
# https://www.invisionpower.com/support/guides/_/install-and-getting-started/installing-r18
# before installation
## blue
chmod 0777 blog
## blue with *
chmod -R 0777 cache css_files downloads hooks public/ipc_blocks public/style_css public/style_emoticons public/style_images screenshots
uploads
## black
chmod 0755 admin colorpicker fonts conf_global.php converge_local interface ips_kernel lofiversion public public/js public/min public/resources public/style_avatars public/style_captcha public/style_extra
## red
chmod 0777 conf_global.php
# after installation
## red
chmod 0777 conf_global.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment