Skip to content

Spotweb Windows (English)

mesa57 edited this page Mar 25, 2018 · 3 revisions

Install instructions for Spotweb on Windows in just 10 steps, without installing a single program!

Requirements:

Installation:

When the update is finished the spots will be visible and you have a working Spotweb!


Remarks:

  • retrieve.php can also be started with "\xampp\php\php-win.exe".

  • For showing images from sites: Open "\xampp\php\php.ini" and remove the ; for "extension=php_curl.dll".

  • For OpenSSL: Open "\xampp\php\php.ini" and add "extension=php_openssl.dll".
    For Xampp 1.7.7 it's necessary to copy libeay32.dll and ssleay32.dll from "\xampp\php" to "\xampp\apache\bin".
    Make a "ownsettings.php" or edit the current one to contain:

<?php
$settings['openssl_cnf_path'] = "c:/xampp/htdocs/spotweb/lib/openssl/openssl.cnf";

-  For pgsql: Open "\xampp\php\php.ini" and delete the ; for "extension=php_pgsql.dll" and "extension=php_pdo_pgsql.dll".  
   For Xampp 1.7.7 it's necessary to copy libpq.dll from "\xampp\php" to "\xampp\apache\bin".  

***  
**Add username and password to database**  

Open phpMyAdmin and select the spotweb database.  
Choose privileges, " Add a new User".  
User name ['user']: "spotweb", Host: "localhost", Password ['pass']: "spotweb".  
"Grant all privileges on the database "spotweb".  
By "Globale privileges" select all, Create User.  

***  
**Other**  
[Xampp 1.8.1 and OpenSSL](http://www.apachefriends.org/f/viewtopic.php?f=16&t=51684&#p199081)