Revision 74
trunk/build_component.bat | ||
---|---|---|
22 | 22 |
C:\Programme\7-Zip\7z.exe d -r %PATH%\com_extplorer.zip .svn\ |
23 | 23 |
C:\Programme\7-Zip\7z.exe d %PATH%\com_extplorer.zip scripts\ |
24 | 24 |
|
25 |
C:\Programme\7-Zip\7z.exe d -r %PATH%\com_extplorer.zip build_component.sh build_component.bat .project .projectOptions .cache |
|
25 |
C:\Programme\7-Zip\7z.exe d -r %PATH%\com_extplorer.zip build_component.sh build_component.bat .project .projectOptions .cache preinstall.php README_PREINSTALL.txt
|
|
26 | 26 |
|
27 | 27 |
del %PATH%\scripts.zip |
trunk/build_component.sh | ||
---|---|---|
21 | 21 |
/usr/local/lib/p7zip/7za d -r $PATH/com_extplorer.zip .svn/ |
22 | 22 |
/usr/local/lib/p7zip/7za d $PATH/com_extplorer.zip scripts/ |
23 | 23 |
|
24 |
/usr/local/lib/p7zip/7za d -r $PATH/com_extplorer.zip build_component.sh build_component.bat .project .projectOptions .cache |
|
24 |
/usr/local/lib/p7zip/7za d -r $PATH/com_extplorer.zip build_component.sh build_component.bat .project .projectOptions .cache preinstall.php README_PREINSTALL.txt
|
|
25 | 25 |
|
26 | 26 |
/bin/rm $PATH/scripts.zip |
trunk/preinstall.php | ||
---|---|---|
1 | 1 |
<?php |
2 | 2 |
/* Password: Make the pass phrase at least 6 characters long */ |
3 |
$passPhrase = "blabla";
|
|
3 |
$passPhrase = '';
|
|
4 | 4 |
|
5 | 5 |
/* |
6 | 6 |
* eXtplorer - a web based file manager |
trunk/README_PREINSTALL.txt | ||
---|---|---|
1 |
eXtplorer Pre-Installer Instructions: |
|
2 |
|
|
3 |
1. Open preinstall.php in a text editor and set the password by editing |
|
4 |
the $passPhrase = ""; line e.g. to |
|
5 |
$passPhrase = "my secret passphrase"; |
|
6 |
|
|
7 |
2. Upload preinstall.php to your website to the folder where the eXtplorer |
|
8 |
should be installed, e.g. to /extplorer if you want that your eXtplorer |
|
9 |
will be installed at http://example.com/extplorer/. |
|
10 |
|
|
11 |
Note: http://example.com is just an example. |
|
12 |
The address will be different in your case. |
|
13 |
|
|
14 |
3. Browse to http://example.com/preinstall.php to start the pre-installer. |
|
15 |
|
|
16 |
4. Enter there your password (e.g. "my secret passphrase" without the |
|
17 |
quotes) and follow the instructions. |
|
18 |
|
|
19 |
5. Once your eXtplorer is extracted on the server, you can start using it. |
|
20 |
|
|
21 |
6. Remove the preinstall.php script from your server since it is a |
|
22 |
potential security risk if it is left on the server. |
|
23 |
|
|
24 |
Note: This pre-installer just transfers and extracts eXtplorer to your |
|
25 |
webserver. It is a convenient and fast alternative to uploading |
|
26 |
all the extracted files yourself with an FTP program. |
|
27 |
If you have SSH / shell access, we recommend extracting the archive |
|
28 |
yourself of course. |
|
0 | 29 |
Also available in: Unified diff