Autoinstaller ISPConfig script

Discussion in 'Tips/Tricks/Mods' started by diablo666, Mar 27, 2015.

  1. diablo666

    diablo666 Active Member HowtoForge Supporter

    Ok, thank you.
    I've fixed some bug on debian 8, now it works fine :)
     
  2. diablo666

    diablo666 Active Member HowtoForge Supporter

    till likes this.
  3. Dubh Aingeal

    Dubh Aingeal New Member

    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.
     
  4. diablo666

    diablo666 Active Member HowtoForge Supporter

    Nice, i'll add it!
    Sorry a bit busy this days :(
     
  5. diablo666

    diablo666 Active Member HowtoForge Supporter

    Just added fix :)
     
  6. Dubh Aingeal

    Dubh Aingeal New Member

    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. ;)
     
  7. diablo666

    diablo666 Active Member HowtoForge Supporter

    Talking to developer, seems to be a bug, may be fixed in 3.1 just relased, not tested righ now.
     
  8. Dubh Aingeal

    Dubh Aingeal New Member

    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.
     
  9. Dubh Aingeal

    Dubh Aingeal New Member

    Nope still asked for the admin pw
     
  10. Dubh Aingeal

    Dubh Aingeal New Member

    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.
     
    diablo666 likes this.
  11. diablo666

    diablo666 Active Member HowtoForge Supporter

  12. diablo666

    diablo666 Active Member HowtoForge Supporter

    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 :)
     
  13. arachman

    arachman New Member

    Just tested on Debian 8, seems to be fine except postgrey isn't installed.
     
  14. diablo666

    diablo666 Active Member HowtoForge Supporter

    till likes this.
  15. diablo666

    diablo666 Active Member HowtoForge Supporter

    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!
     
    ahrasis and till like this.
  16. concept21

    concept21 Active Member HowtoForge Supporter

    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. :rolleyes:
     
  17. diablo666

    diablo666 Active Member HowtoForge Supporter

  18. concept21

    concept21 Active Member HowtoForge Supporter

    Yes, it works. Thanks.
    And how to start using mailman? It seems that there is no mailman.conf in the apache2/conf-available/ directory. :rolleyes:
     
  19. diablo666

    diablo666 Active Member HowtoForge Supporter

    Yes, the script doesn't configure mailman
     
  20. diablo666

    diablo666 Active Member HowtoForge Supporter

    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 :)
     
    concept21 and till like this.

Share This Page