|
Install
Installation Instructions for Sexy Offline Wallet. 1) Unzip and upload all files in walletx.zip via FTP, maintaining directory structure. 2) Open 'settings.php' with a text editor and specify your MySQL server connection and API connection data. 3) Ensure you upload and overwrite this modified file to your server. 4) Unzip and upload all files in imagesx.zip via FTP, maintaining directory structure. 5) Unzip and upload all files in installx.zip via FTP, maintaining directory structure. 6) CHMOD 'temp', 'logs' and 'install' to '777'. 7) CHMOD 'apierrorlog.html' (inside 'logs') to '666'. 8) Repeat the above two steps in the 'cron' directory (ignoring the 'install' directory). 9) CHMOD 'images/avatars' to '777'. 10) Via your web browser, visit /install/install.php and import every file. Delete files once done, then delete 'install' directory. 11) If you received no errors, you should be good to go, and can start updating your wallet data straight away. 12) You may also want to run a daily cronjob on 'cron/api.php' and 'cron/corpapi.php'. Ask your host how to do this. |
Sign in to add a comment
What apps are expected as re-req's for this install. I see mysql. It looks like you are assuming a nix or bsd type box. Anything else?
At some point in the forum thread Ray suggests that you can use this application for the prerequisites: http://wampserver.com/en/ It is a bundle of mysql/apache/php for windows. Ray, can you add install directions for someone with a bare-bones windows box?
There are many platforms and software options to get this running. An AMP (Apache, MySQL, PHP) server is probably your best bet. For people on WinXP use the above programme, for MAC there is also something called MAMP you can use (google it).
You need to have PHP compiled with curl and gdlib. Under WAMPServer these are enabled by clicking on the system tray icon and checking them under PHP Settings, PHP Extensions.
To create a database, visit phpMyAdmin (again by clicking the system tray icon) and create one (call it anything).
I can't really be expected to give further instructions on how to install PHP and MySQL beyond this, there are many online guides. Google it.
However, if you're trying to install this locally for yourself and are using WAMP or MAMP I will be more than willing to help. I am RayMcCormack? on irc.coldfront.net and usually sit in #eve-dev.
Would it be possible to have instructions for MAMP posted here?