Using Redux to serve images on myamiweb » History » Revision 3
Revision 2 (Anchi Cheng, 07/10/2012 11:27 AM) → Revision 3/64 (Anchi Cheng, 07/10/2012 11:28 AM)
h1. Using Redux to serve images on myamiweb h2. Installation # Follow [[Web_Server_Installation]] but ignore warning on not using php 5.3 # Install redux prerequisites as found in its README file # Install myami-redux branch of myami on the webserver machine. Redux needs write permission at its installation location to write wisdom file. h2. Configurations: # Assign #Assign redux server in myamiweb <pre> define('SERVER_HOST',"your_hostname") </pre> # Using #Using Redux cache ** At **At myamiweb/config.php <pre> define('USE_REDUX_CACHE',true) </pre> ** Turn **Turn it on or off in redux/pipeline.py ** Input **Input the desired disk_cache_path, disk_cache_size, and mem_cache_size in the next few lines ** Create **Create the disk_cache_path before running redux if cache will be used h2. Test Installation # Using Redux to do simple input output: <pre> cd /your_myami_download/redux/bin redux --filename=test.jpg --oformat=PNG > test.png </pre> h2. Using redux server with myamiweb # start redux server. (reduxd is in excutable path if installed) <pre> reduxd </pre> # test by accessing an image in myamiweb/imageviewer.php