view e2gallerypro/Installation.txt @ 3:3f6b44aa6b35 judyates

[svn r4] added ability to buy stuff, from a Prints page, but it doesn't work well with the css, and it also has not been fitted into the perl make system.
author rlm
date Mon, 22 Feb 2010 08:02:39 -0500
parents
children
line wrap: on
line source
1 ##################################################################
2 # EASY Installation Instructions
3 ##################################################################
4 1. Unzip file (Pretty sure you did that already since you're reading this...moving on)
6 2. Open e2config.php and modify line 32: 'username' => 'password' Change username to the username you want, and same goes for the password. Save file
8 3. Upload 'e2gallerypro' folder to your server and visit: http://yoursiteurl/e2gallerypro/ to view temporary gallery
10 4. Visit http://yoursiteurl/e2gallerypro/e2upload/ and log in with your set username and password. (Note: the e2upload requires a server running PHP 5)
12 5. Finished with simple install.
16 ##################################################################
17 # Detailed Installation Instructions
18 ##################################################################
19 1. Unzip file (Pretty sure you did that already since you're reading this...moving on)
21 2. Open e2config.php
23 3. Edit the XML path (if desired). Edit the PHP Version (if needed). Edit $galleryDesign (if you want or bought a new design or created your own)
25 4. If you plan to use the (E)2 Upload functionality, keep in mind that it requires your server to be running PHP 5. If you don't plan on using it, do not upload the e2upload folder.
27 A. Edit GALLERY_LOCATION and XML_LOCATION if you don't want it to be at the default location (I recommend keeping it the same)
29 B. VERY IMPORTANT: Edit the login information for the (E)2 Upload. Change the 'username' and 'password' to your desired settings:
31 $LOGIN_INFORMATION = array(
32 'username' => 'password'
33 );
35 If you want to have multiple login's then you'll seperate your username's and passwords with a comma, See Example:
37 $LOGIN_INFORMATION = array(
38 'username1' => 'password1',
39 'username2' => 'password2',
40 'username3' => 'password3'
41 );
43 C. USE_USERNAME defaults to TRUE keep this if you want a Username and Password for access to the (E)2 Upload false if you want Password only.
45 D. LOGOUT_URL leave as index.php if you want them to be sent to the login screen on logout
47 E. TIMEOUT_MINUTES Sets your log in time, if your idle for more then 30 min's it will ask for login info again. Set 0 to never be logged out
49 F. TIMEOUT_CHECK_ACTIVITY checks for activity if you have a timeout setting.
51 5. Save e2config.php file
53 6. Open js/setupvars.js file and edit the desired settings
55 A. If you plan to use Google Checkout, you'll need to input your Merchant Id from google checkout: http://checkout.google.com/support/sell/bin/answer.py?hl=en&answer=42963
57 B. If you plan to use Paypal to sell your prints you'll need to create a Add to Cart button using the paypal button creator under the Merchant Services Tab.
58 Create an 'Add to Cart' button, it will output code for you to use, you'll need the 'hosted_button_id' and 'Menu option name' that you set using the button creator.
59 See http://www.e2interactive.com/e2-gallery-pro/tutorials/ for more help.
61 7. Upload files to your server
63 8. Visit http://yoursite.com/e2gallerypro/e2upload/ and log in. Use the (E)2 Upload to upload your images, upload your XML file, and/or create your XML file (for image galleries only).
65 9. Upload images, create XML and Visit http://yoursite.com/e2gallerypro/ to see your gallery. Visit http://www.e2interactive.com/e2-gallery-pro/tutorials/ to see video walk through tutorails.