Version 2.2.1 out some fix, and better support for let's encrypt https://github.com/servisys/ispconfig_setup/releases/tag/version-2.2.1 Enjoy yourself
I added the following to get past the question for mysql port: Code: echo "mysql_port=3306" >> autoinstall.ini Now if I could just get past the admin password request.
No worries, only just started looking at automation this week, and got lucky just adding the line. Was not so lucky adding a variable for the admin pw.
I will take a look, did not notice until you just said it might be fixed that the script was using the beta version of 3.1.. Will let you know.
Not exactly the elegant way around it, but this will do it for now to skip the admin pw asking: Code: echo " " | php -q install.php --autoinstall=autoinstall.ini Then I just changed the admin pw to something more secure after ispconfig is done with its install (urandom generated pw's for the variables): Code: mysql -p$ROOTPW --execute="UPDATE sys_user SET password = md5('$ADMINPW') WHERE username = 'admin';" dbispconfig The mysql came from a how to reset admin pw search.
Just relased version 2.2.2 with some fix for Ubuntu 16.04 (soon i'll relase ubuntu 16.10) Here the link as usual https://github.com/servisys/ispconfig_setup Sorry very busy at work this months
I'll prefer to ask for password for now, it's at the and of the script so you should anyway be in front of the terminal Thank you anyway for the workaraound
Released v.2.2.3 https://github.com/servisys/ispconfig_setup subscribe to our newsletter for updates http://eepurl.com/cAzq95
Sorry for the delay!! Version 2.2.4 is out with some fixes on Ubuntu 16.04. I'm not died, but lot of project running at the same time Report error as usal!! Thank you!
I have followed your script and installed ISPConfig 3.1.2 on Ubuntu 16.04 successfully. Then, how should I set up PhpMyAdmin for use with ISPConfig 3.1.2 if it is not set up in the autoinstaller script? Thanks for your attention.
Yes, it works. Thanks. And how to start using mailman? It seems that there is no mailman.conf in the apache2/conf-available/ directory.
Hello there! Version 3.0.0 is out, Debian 9 support added - added support for Debian 9 - PHP 7 - Apache and Roundcube webmail - MariaDB as SQL As first version, attention to bug, and report on github so we can fix As usual you can get from https://github.com/servisys/ispconfig_setup subscribe to our newsletter for updates http://eepurl.com/cAzq95 and to get in touch of new feature