Last active
August 31, 2015 13:49
-
-
Save mortenbra/807e738eed8c634a2621 to your computer and use it in GitHub Desktop.
Copy Apex static files to Apache web folder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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