Skip to content
ismaeljoseph edited this page Jul 14, 2018 · 1 revision

Welcome to the goteo wiki! I have install goteo locally and on a linode vps. It work well. I want to contribute to the project and share what i have experiment. Goteo on debian 9 install by following this tutorial " Perfect server debian 9.." on how to forge ( https://www.howtoforge.com/tutorial/perfect-server-debian-9-stretch-apache-bind-dovecot-ispconfig-3-1/ ).

1- create a domain name or a subdomain and use the php-fpm mode for domain or subdomain 2- create a shell user for the domain or subdomain 3- login with your shell user account 4- go on github to copy goteo git link 5- login with your shell user account and git clone "the link copied" 6- cd goteo 7- follow the goteo install guide 8- on ispconfig go to site parameters and under option on apache directive add a)DocumentRoot "path to your root directory/goteo/dist" exemple: /var/www/clients/client1/web1/web/goteo/dist" b)SetEnv GOTEO_CONFIG_FILE path to your root directory/goteo/config/settings.yml exemple: /var/www/clients/client1/web1/web/goteo/config/settings.yml 9- modify the second line of .env file inside goteo folder ( nano .env ) like this: GOTEO_CONFIG_FILE=/application/config/settings.yml

everything should be ok if you have any problem please email me ismaeljoseph@gmail.com

Clone this wiki locally