Skip to content

Instantly share code, notes, and snippets.

@mortenbra
Last active August 31, 2015 13:49
Show Gist options
  • Save mortenbra/807e738eed8c634a2621 to your computer and use it in GitHub Desktop.
Save mortenbra/807e738eed8c634a2621 to your computer and use it in GitHub Desktop.
Copy Apex static files to Apache web folder
# copy the Apex image files to corresponding Apache web folder
# assumes you have unzipped the Apex files already
mkdir -p /var/www/apex/images
cp -rf /u01/download/apex501/images/ /var/www/apex
# note: make sure you have set up an Apache alias "/i/" to the /images folder above
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment