Closed trojanspike closed 9 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
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
These broken installers are on the main website, should they be? hrrmmmm They need to be tested ( install & upgrade ) before deployment
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 .
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 .
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
I done an install on a vagrant VM zpanel_12.04ubuntu32
this is after full install of 10_1_1.sh