mbischof / LimeSurvey

The most popular FOSS online survey tool on the web.
https://www.limesurvey.org
Other
0 stars 0 forks source link

testing #8

Open mbischof opened 4 years ago

mbischof commented 4 years ago
127.0.0.1   testing.localhost

<VirtualHost *:80>
    DocumentRoot "C:/users/marko/Limesurvey/testing"
    ServerName testing.localhost
    <Directory "C:/users/marko/Limesurvey/testing">
    AllowOverride all
        Require all granted
    Options Indexes FollowSymLinks
    </Directory>
</VirtualHost>
git clone https://github.com/mbischof/Limesurvey.git testing
git checkout 3.x-LTS
touch enabletests
composer install
third_party/bin/phpunit --version
php application/commands/console.php install admin password testing no@email.com verbose
cp application/config/config-sample-mysql.php application/config/config.php
DOMAIN=testing.localhost third_party/bin/phpunit