Step One:
Step Two:
Install Softaculous with SSH
wget -N http://files.softaculous.com/install.sh chmod 755 install.sh ./install.sh
Done!
Step One:
Step Two:
Install Softaculous with SSH
wget -N http://files.softaculous.com/install.sh chmod 755 install.sh ./install.sh
Done!
Problems:
Solution:
use sudo as the text file is indeed not executable.
sudo vi /etc/ssh/sshd_config
Problems:
Solution:
Run following commands:
./build apache
./build php
./build rewrite_confs
Step one:
Download your desired languages zip from https://translate.blesta.com/
The Languages
Step two:
Unzip the downloaded zip and upload the language file to language folder of your Blesta root.
Step three:
Log into Blesta and navigate to [Settings] -> [General] -> [Internationalization] and click Install to install the language.
Step four:
Then navigate to [Settings] -> [General] -> [Localization] and select Default Language from drop-down.
Step five:
Save this change.
Done!
Step One:
Enable legacy in the Blesta config file:
/config/blesta.php
Configure::set("Blesta.auth_legacy_passwords", false);
set it as true.
Step Two:
Then open to blesta database. Go to “user” table and click on “edit” of the user.
Step Three:
Set the Password field as function MD5, and put your desired password.
Step Four:
Go
All done! Now login with username and new password.