Jump to content

Question

Posted

I know this is a lot to ask, and has probably been asked before.  We are trying to set up blesta on a fresh installation of Debian 7.4 and have no prior webserver experience.  Can someone kind of give us a step by step needed to get it going?

4 answers to this question

Recommended Posts

  • 0
Posted

I'm a RHEL/CentOS guy, so maybe someone from the community will be able to help you with installing necessary packages.

 

If you have a web server up and running, and know how to create a database in MySQL then you can install via SSH this way..

 

cd /var/www/html (your document root for your web server)

wget https://account.blesta.com/client/plugin/download_manager/client_main/download/44/blesta-3.2.1.zip

unzip blesta-3.2.1.zip

cd blesta

php ./index.php install

 

Then, follow the prompt to complete installation. You'll be asked for your MySQL database/user/pass

  • 0
Posted

Alright, I have all the prereqs installed.  I made a database called billing, but when I run the cli I type in my host which is the default localhost, my user which is billing, the database name which is billing, then the password.  But it fails to connect, then gets stuck in a cycle asking for my database info.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...