zpanel / installers

Provides a central place to store, version and distribute ZPanel installers and upgrade scripts from.
http://www.zpanelcp.com
GNU General Public License v3.0
73 stars 153 forks source link

ubuntu 12.04 installer test #13

Closed trojanspike closed 9 years ago

trojanspike commented 10 years ago

I done an install on a vagrant VM zpanel_12.04ubuntu32

Installer error

this is after full install of 10_1_1.sh

trojanspike commented 10 years ago

Same problem with 64bit ubuntu 12.04

Seems to be happening here on the install process

Can someone look at this pref who wrote the installer script and test it in the VM @andykimpe

stokes84 commented 10 years ago

Hmm, I see the issue. in /etc/zpanel/panel/cnf/db.php and /etc/zpanel/panel/cnf/security.php we've got default values from the git repo.

For example in security.php after install we have.. $security['server_crypto_key'] = "GENERATED_SALT_HERE";

and in db.php after install we got... $host = 'localhost'; $dbname = 'zpanel_core'; $user = 'root'; $pass = 'YOUR_ROOT_MYSQL_PASSWORD'; Edit; Deff a mysql issue, fixable with some time

trojanspike commented 10 years ago

These broken installers are on the main website, should they be? hrrmmmm They need to be tested ( install & upgrade ) before deployment

allebb commented 10 years ago

I'm really confused with how this can be happening? - Our testing on the supported OSes did not manage to replicate these issues... Obviously the installer however is NOT replacing the placeholder values!

On 6 March 2014 13:45, Lee notifications@github.com wrote:

These broken installers are on the main website, should they be? hrrmmmm They need to be tested ( install & upgrade ) before deployment

Reply to this email directly or view it on GitHubhttps://github.com/zpanel/installers/issues/13#issuecomment-36888598 .

allebb commented 10 years ago

Lee can you provide details as to what OS and version you are using please buddy? - Is your OS a VPS provider image (eg. Xen provisioned?)

On 6 March 2014 14:06, Bobby Allen bobbyallen.uk@gmail.com wrote:

I'm really confused with how this can be happening? - Our testing on the supported OSes did not manage to replicate these issues... Obviously the installer however is NOT replacing the placeholder values!

On 6 March 2014 13:45, Lee notifications@github.com wrote:

These broken installers are on the main website, should they be? hrrmmmm They need to be tested ( install & upgrade ) before deployment

Reply to this email directly or view it on GitHubhttps://github.com/zpanel/installers/issues/13#issuecomment-36888598 .

trojanspike commented 10 years ago

these were installed on the vagrant boxes : precise32/64. I also tried it on an EC2 : Ubuntu 12.04.4 LTS

Same errors , there's a misspelling on the service mysql start , which is service mysqld start in the installer script. Still other errors show up when I fixed the spelling mistake