Skip to content

Instantly share code, notes, and snippets.

@nojimage
Created April 15, 2010 13:31
Show Gist options
  • Save nojimage/367088 to your computer and use it in GitHub Desktop.
Save nojimage/367088 to your computer and use it in GitHub Desktop.
BaserCMS setup script
#!/bin/sh
##
#
# BaserCMS install suppot script
#
##
## set permissions
chmod o+w app/config/
chmod o+w app/config/core.php
chmod -R o+w app/tmp/
chmod o+w app/webroot/themed/demo/pages
## move .htaccess
mv htaccess.txt .htaccess
mv app/webroot/htaccess.txt app/webroot/.htaccess
## for file database
chmod -R o+w app/db/
@nojimage
Copy link
Author

BaserCMS のパーミッション設定を一括で行うシェルスクリプト

BaserCMS http://basercms.net/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment