Install erp next from source

Please help me, i dont know how to install ERP from source. I am trying to by this command

##wget https://raw.githubusercontent.com/frappe/bench/master/install_scripts/setup_frappe.sh

##sudo bash setup_frappe.sh --setup-production

now what can I do?

What happens when you try this? Do you get an error? If so, what is the error?

I have no error but after completed this command I don’t get GUI,here is
only shoing NGINX web page. Please give me actual command for source
install and which version Ubuntu can I use?

Try ubuntu 14.04 LTS

@masud, it seems you’ve properly setup your system but maybe there’s a nginx config issue.

Try this :

cd ~/frappe-bench
bench setup nginx
sudo service nginx restart
`

root@ubuntu:~# sudo bash setup_frappe.sh --setup-production
Installing for Ubuntu precise amd64
In case you encounter an error, you can post on https://discuss.frappe.io

Adding ubuntu mariadb repo
Installing packages for Ubuntu. This might take time…
Installing wkhtmltopdf

  • Stopping MariaDB database server mysqld
    [ OK ]
  • Starting MariaDB database server mysqld
    [ OK ]
  • Checking for corrupt, not cleanly closed and upgrade needing tables.
    Adding frappe user
    Installing frappe-bench
    Traceback (most recent call last):
    File “/usr/local/bin/bench”, line 5, in
    from pkg_resources import load_entry_point
    File “/usr/lib/python2.7/dist-packages/pkg_resources.py”, line 2707, in

    working_set.require(requires)
    File “/usr/lib/python2.7/dist-packages/pkg_resources.py”, line 686, in
    require
    needed = self.resolve(parse_requirements(requirements))
    File “/usr/lib/python2.7/dist-packages/pkg_resources.py”, line 584, in
    resolve
    raise DistributionNotFound(req)
    pkg_resources.DistributionNotFound: honcho

NOW find this error :frowning: