Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation #4

Open
mbischof opened this issue Nov 21, 2019 · 0 comments
Open

Installation #4

mbischof opened this issue Nov 21, 2019 · 0 comments

Comments

@mbischof
Copy link
Owner

mbischof commented Nov 21, 2019

cd ~
cd Limesurvey
git clone https://github.com/mbischof/LimeSurvey.git limesurvey
git clone -b 3.x-LTS https://github.com/mbischof/LimeSurvey.git limesurvey

C:\Windows\System32\drivers\etc\hosts:

127.0.0.1    limesurvey.localhost

C:\xampp\apache\conf\extra\httpd-vhosts.conf:

<VirtualHost *:80>
    DocumentRoot "C:/users/marko/Limesurvey/limesurvey"
    ServerName limesurvey.localhost
    <Directory "C:/users/marko/Limesurvey/limesurvey">
	AllowOverride all
        Require all granted
	Options Indexes FollowSymLinks
    </Directory>
</VirtualHost>

restart xampp Apache

call http://limesurvey.localhost/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant