- Posts: 7
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
wget download.limesurvey.org/lts-releases/lim....22.20+200617.tar.gz tar -xvzf limesurvey3.22.20+200617.tar.gz
sudo mv limesurvey /var/www/html/limesurvey
<VirtualHost *:80> ServerAdmin admin@example.com DocumentRoot /var/www/html/limesurvey ServerName example.com <Directory /var/www/html/limesurvey/> Options FollowSymlinks AllowOverride All Require all granted </Directory> ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined </VirtualHost>
---
Example Domain
This domain is for use in illustrative examples in documents. You may use this domain in literature without prior coordination or asking for permission.
More information...
---