Install problem?

I asked that question another forum but no one has been answered me. Anyone can help me to fix problem. Manual and problem was typed below. Problem is at the bottom side of this message.

ps -ALf | grep asterisk
so there were many asterisk threads were started with “Asterisk” user(Left side of the output of the:ps -ALf | grep asterisk )
What am i doing wrong??? I can install asterisk easly but when i try to install freepnx so i get same error !!
My manual is:
cd /usr/src/
wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-13-current.tar.gz
tar -zxvf asterisk-13-current.tar.gz
cd asterisk-13.6.0/
sudo apt-get install uuid-dev
sudo apt-get install libjansson-dev
sudo apt-get install libmpg123-dev
sudo apt-get install mpg123
sudo apt-get install libao-dev
sudo apt-get install build-essential wget libssl-dev libncurses5-dev libnewt-dev libxml2-dev linux-headers-$(uname -r) libsqlite3-dev uuid-dev
sudo apt-get install asterisk-mp3
sudo apt-get install svn
sudo apt-get install subversion
contrib/scripts/install_prereq
contrib/scripts/get_mp3_source.sh
./configure --with-crypto --with-ssl --with-srtp
make
sudo make install
sudo make config
sudo make samples
sudo ldconfig
sudo update-rc.d -f asterisk remove
sudo asterisk -vvvvvvvvvvvvvvvvvvvvvcg
sudo useradd -m asterisk
sudo chown asterisk. /var/run/asterisk
sudo chown -R asterisk. /etc/asterisk
sudo chown -R asterisk. /var/{lib,log,spool}/asterisk
sudo chown -R asterisk. /usr/lib/asterisk
sudo rm -rf /var/www/html
sudo sed -i ‘s/(^upload_max_filesize = )./\120M/’ /etc/php5/apache2/php.ini
sudo cp /etc/apache2/apache2.conf /etc/apache2/apache2.conf_orig
sudo sed -i 's/^(User|Group).
/\1 asterisk/’ /etc/apache2/apache2.conf
sudo sed -i ‘s/AllowOverride None/AllowOverride All/’ /etc/apache2/apache2.conf
sudo service apache2 restart
sudo cat >> /etc/odbcinst.ini << EOF
[MySQL]
Description = ODBC for MySQL
Driver = /usr/lib/x86_64-linux-gnu/odbc/libmyodbc.so
Setup = /usr/lib/x86_64-linux-gnu/odbc/libodbcmyS.so
FileUsage = 1
EOF

sudo cat >> /etc/odbc.ini << EOF
[MySQL-asteriskcdrdb]
Description=MySQL connection to ‘asteriskcdrdb’ database
driver=MySQL
server=localhost
database=asteriskcdrdb
Port=3306
Socket=/var/run/mysqld/mysqld.sock
option=3
EOF

cd /usr/src/
wget http://mirror.freepbx.org/modules/packages/freepbx/freepbx-13.0-latest.tgz
tar vxfz freepbx-13.0-latest.tgz
cd freepbx
./start_asterisk start
root@test-VirtualBox:/usr/local/src/freepbx# ./install -n
Assuming you are Database Root
Checking if SELinux is enabled…Its not (good)!
Reading /etc/asterisk/asterisk.conf…Done
Checking if Asterisk is running and we can talk to it as the ‘asterisk’ user…Error!
Error communicating with Asterisk. Ensure that Asterisk is properly installed and running as the asterisk user
Asterisk does not appear to be running
Try starting Asterisk with the ‘./start_asterisk start’ command in this directory

You need to be more specific or elaborate more, because That was a total random post for me. You start with commands to install dependencies and finish with something that seems FreePBX manual setup.

For FreePBX issues use their forum at http://community.freepbx.org/