Installing freepbx 12 on centos 6

Hi guys

i follow all the steps on this guide on a cloud server

http://wiki.freepbx.org/display/FOP/Installing+FreePBX+12+on+CentOS+6.5

But always something go wrong

I don’t undestand if on this steps i have to copy and paste like it:

mysql -u root -e "GRANT ALL PRIVILEGES ON asterisk.* TO asteriskuser@localhost IDENTIFIED BY ‘${ASTERISK_DB_PW}’;"
mysql -u root -e “GRANT ALL PRIVILEGES ON asteriskcdrdb.* TO asteriskuser@localhost IDENTIFIED BY ‘${ASTERISK_DB_PW}’;”

or i have to write my password in ‘${ASTERISK_DB_PW}’;"

For example
mysql -u root -e “GRANT ALL PRIVILEGES ON asterisk.* TO asteriskuser@localhost IDENTIFIED BY ‘${test123}’;”

Because always when i stard the dashboard i receive some alert…

Can someone help me?
Thank you

Hi!

This is using the ASTERISK_DB_PW variable defined in the precedent step (“Configure Asterisk database in MYSQL.”) on the wiki…

ie

cd /usr/src/freepbxexport
ASTERISK_DB_PW=amp109
mysqladmin -u root create asterisk
mysqladmin -u root create asteriskcdrdb 

No… If you want to do it that way (which I don’t suggest you do, you better follow all the steps as they are given on the wiki and not improvise if you are not yet familiar with FreePBX), you would have write it as

...IDENTIFIED BY 'test123';"

Good luck and have a nice day!

Nick

hi marbled
thank you for your reply

so i have to follow and past all the command in the guide without change nothing?

I launch this 2 command so:

mysql -u root -e “GRANT ALL PRIVILEGES ON asterisk.* TO
asteriskuser@localhost IDENTIFIED BY ‘${ASTERISK_DB_PW}’;”

mysql -u root
-e “GRANT ALL PRIVILEGES ON asteriskcdrdb.* TO asteriskuser@localhost
IDENTIFIED BY ‘${ASTERISK_DB_PW}’;”

???

Hi!

Don’t change anything to these two lines, paste them as they are…

What you could most likely (and quite likely should change) is the password (defined in the previous step) but I would not try that until you are sure that you have a working setup…

(ie try those lines verbatim and ensure you have a working setup, once it works you could try changing things like that)

Good luck and have a nice day!

Nick

PS: Why are you installing FreePBX 12 and not 13?

hi
yes, now i found guide for freepbx 13, i try to install it on centos 6 64 bit

cross my finger :slight_smile:

thank you for now

the same is when i have to launch this command:?
adduser asterisk -M -c “Asterisk User”

i past it or i change like that:
adduser asterisk -M -c “asterisk”

??

For now I would suggest you paste exactly as-is

For your information in this particular case it would not change much, -c is used to add a comment to the user so “Asterisk user” or “asterisk” would not make any difference since it is a comment…

Good luck!

Nick

ok i finished to install it and i never received error message from shell but when i go in the control panel i see that:

I tried to change in advanced setting the “Conference Room App” but i have always this issue…
Is dangerous?
How i can solve it?
Thanks

and when i try to upload 1 file wav for music on hold i receive this message…