This is the complete second install script after I had changed the nameservers
frappe@erpnext:~$ sudo python install.py --production
[sudo] password for frappe:
Hit:1 http://nyc2.mirrors.digitalocean.com/mariadb/repo/10.1/ubuntu yakkety InRelease
Get:2 Index of /ubuntu yakkety-security InRelease [102 kB]
Hit:3 http://my.archive.ubuntu.com/ubuntu yakkety InRelease
Get:4 http://my.archive.ubuntu.com/ubuntu yakkety-updates InRelease [102 kB]
Hit:5 https://deb.nodesource.com/node_6.x yakkety InRelease
Get:6 http://my.archive.ubuntu.com/ubuntu yakkety-backports InRelease [102 kB]
Fetched 306 kB in 6s (48.2 kB/s)
Reading package lists… Done
Reading package lists… Done
Building dependency tree
Reading state information… Done
build-essential is already the newest version (12.1ubuntu2).
git is already the newest version (1:2.9.3-1).
libffi-dev is already the newest version (3.2.1-6).
python-dev is already the newest version (2.7.11-2).
python-setuptools is already the newest version (26.1.1-1).
libssl-dev is already the newest version (1.0.2g-1ubuntu9.1).
0 upgraded, 0 newly installed, 0 to remove and 100 not upgraded.
The directory ‘/home/frappe/.cache/pip/http’ or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo’s -H flag.
The directory ‘/home/frappe/.cache/pip’ or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo’s -H flag.
Requirement already up-to-date: setuptools in /usr/local/lib/python2.7/dist-packages
Requirement already up-to-date: pip in /usr/local/lib/python2.7/dist-packages
Requirement already up-to-date: six>=1.6.0 in /usr/local/lib/python2.7/dist-packages (from setuptools)
Requirement already up-to-date: appdirs>=1.4.0 in /usr/local/lib/python2.7/dist-packages (from setuptools)
Requirement already up-to-date: packaging>=16.8 in /usr/local/lib/python2.7/dist-packages (from setuptools)
Requirement already up-to-date: pyparsing in /usr/local/lib/python2.7/dist-packages (from packaging>=16.8->setuptools)
The directory ‘/home/frappe/.cache/pip/http’ or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo’s -H flag.
The directory ‘/home/frappe/.cache/pip’ or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo’s -H flag.
Requirement already satisfied: ansible==2.0.2.0 in /usr/local/lib/python2.7/dist-packages
Requirement already satisfied: paramiko in /usr/local/lib/python2.7/dist-packages (from ansible==2.0.2.0)
Requirement already satisfied: jinja2 in /usr/local/lib/python2.7/dist-packages (from ansible==2.0.2.0)
Requirement already satisfied: PyYAML in /usr/local/lib/python2.7/dist-packages (from ansible==2.0.2.0)
Requirement already satisfied: setuptools in /usr/local/lib/python2.7/dist-packages (from ansible==2.0.2.0)
Requirement already satisfied: pycrypto>=2.6 in /usr/local/lib/python2.7/dist-packages (from ansible==2.0.2.0)
Requirement already satisfied: pyasn1>=0.1.7 in /usr/local/lib/python2.7/dist-packages (from paramiko->ansible==2.0.2.0)
Requirement already satisfied: cryptography>=1.1 in /usr/local/lib/python2.7/dist-packages (from paramiko->ansible==2.0.2.0)
Requirement already satisfied: MarkupSafe>=0.23 in /usr/local/lib/python2.7/dist-packages (from jinja2->ansible==2.0.2.0)
Requirement already satisfied: six>=1.6.0 in /usr/local/lib/python2.7/dist-packages (from setuptools->ansible==2.0.2.0)
Requirement already satisfied: appdirs>=1.4.0 in /usr/local/lib/python2.7/dist-packages (from setuptools->ansible==2.0.2.0)
Requirement already satisfied: packaging>=16.8 in /usr/local/lib/python2.7/dist-packages (from setuptools->ansible==2.0.2.0)
Requirement already satisfied: idna>=2.1 in /usr/local/lib/python2.7/dist-packages (from cryptography>=1.1->paramiko->ansible==2.0.2.0)
Requirement already satisfied: asn1crypto>=0.21.0 in /usr/local/lib/python2.7/dist-packages (from cryptography>=1.1->paramiko->ansible==2.0.2.0)
Requirement already satisfied: enum34 in /usr/local/lib/python2.7/dist-packages (from cryptography>=1.1->paramiko->ansible==2.0.2.0)
Requirement already satisfied: ipaddress in /usr/local/lib/python2.7/dist-packages (from cryptography>=1.1->paramiko->ansible==2.0.2.0)
Requirement already satisfied: cffi>=1.4.1 in /usr/local/lib/python2.7/dist-packages (from cryptography>=1.1->paramiko->ansible==2.0.2.0)
Requirement already satisfied: pyparsing in /usr/local/lib/python2.7/dist-packages (from packaging>=16.8->setuptools->ansible==2.0.2.0)
Requirement already satisfied: pycparser in /usr/local/lib/python2.7/dist-packages (from cffi>=1.4.1->cryptography>=1.1->paramiko->ansible==2.0.2.0)
Cloning into ‘/tmp/.bench’…
remote: Counting objects: 167, done.
remote: Compressing objects: 100% (149/149), done.
remote: Total 167 (delta 3), reused 89 (delta 0), pack-reused 0
Receiving objects: 100% (167/167), 7.06 MiB | 1.36 MiB/s, done.
Resolving deltas: 100% (3/3), done.
Checking connectivity… done.
[WARNING]: Host file not found: /etc/ansible/hosts
[WARNING]: provided hosts list is empty, only localhost is available
PLAY [localhost] ***************************************************************
TASK [setup] *******************************************************************
ok: [localhost]
TASK [Create user] *************************************************************
ok: [localhost]
TASK [Set home folder perms] ***************************************************
ok: [localhost]
TASK [Set home folder perms] ***************************************************
skipping: [localhost]
TASK [Set /tmp/.bench folder perms] ********************************************
changed: [localhost]
[WARNING]: Consider using file module with owner rather than running chown
PLAY RECAP *********************************************************************
localhost : ok=4 changed=1 unreachable=0 failed=0
Please enter mysql root password:
Re-enter mysql root password:
Please enter the default Administrator user password:
Re-enter Administrator password:
Passwords saved at ~/passwords.txt
[WARNING]: Host file not found: /etc/ansible/hosts
[WARNING]: provided hosts list is empty, only localhost is available
PLAY [localhost] ***************************************************************
TASK [setup] *******************************************************************
ok: [localhost]
PLAY [localhost] ***************************************************************
TASK [setup] *******************************************************************
ok: [localhost]
PLAY [localhost] ***************************************************************
TASK [setup] *******************************************************************
ok: [localhost]
TASK [install prequisites] *****************************************************
skipping: [localhost] => (item=cmake)
skipping: [localhost] => (item=redis)
skipping: [localhost] => (item=mariadb)
skipping: [localhost] => (item=nodejs)
TASK [cask installs] ***********************************************************
skipping: [localhost] => (item=wkhtmltopdf)
TASK [include] *****************************************************************
skipping: [localhost]
TASK [include] *****************************************************************
skipping: [localhost]
TASK [include] *****************************************************************
skipping: [localhost]
PLAY [localhost] ***************************************************************
TASK [setup] *******************************************************************
ok: [localhost]
TASK [install prequisites] *****************************************************
ok: [localhost] => (item=[u’build-essential’, u’redis-server’, u’software-properties-common’, u’libxrender1’, u’libxext6’, u’xfonts-75dpi’, u’xfonts-base’, u’libjpeg8-dev’, u’zlib1g-dev’, u’libfreetype6-dev’, u’liblcms2-dev’, u’libwebp-dev’, u’python-tk’, u’apt-transport-https’, u’libsasl2-dev’, u’libldap2-dev’])
TASK [install pillow prerequisites for Ubuntu < 14.04] *************************
skipping: [localhost] => (item=[])
TASK [install pillow prerequisites for Ubuntu >= 14.04] ************************
ok: [localhost] => (item=[u’libtiff5-dev’, u’tcl8.6-dev’, u’tk8.6-dev’])
TASK [Add apt key for node repo] ***********************************************
ok: [localhost]
TASK [Add repo] ****************************************************************
ok: [localhost]
TASK [Install nodejs 6.x] ******************************************************
ok: [localhost]
TASK [include] *****************************************************************
included: /tmp/.bench/playbooks/develop/includes/mariadb_ubuntu.yml for localhost
TASK [Add apt key for mariadb for Ubuntu < 16.04] ******************************
skipping: [localhost]
TASK [Add apt key for mariadb for Ubuntu >= 16.04] *****************************
ok: [localhost]
TASK [Add apt repository] ******************************************************
ok: [localhost]
TASK [Unattended package installation] *****************************************
changed: [localhost]
TASK [apt-get install] *********************************************************
ok: [localhost] => (item=[u’mariadb-server’, u’mariadb-client’, u’mariadb-common’, u’libmariadbclient-dev’])
TASK [include] *****************************************************************
included: /tmp/.bench/playbooks/develop/includes/wkhtmltopdf.yml for localhost
TASK [download wkthmltox linux] ************************************************
changed: [localhost]
TASK [Creates directory] *******************************************************
changed: [localhost]
TASK [unarchive wkhtmltopdf] ***************************************************
changed: [localhost]
TASK [copy to /usr/local/bin] **************************************************
changed: [localhost]
TASK [make wkhtmltopdf executable] *********************************************
changed: [localhost]
TASK [include] *****************************************************************
included: /tmp/.bench/playbooks/develop/includes/setup_mariadb.yml for localhost
TASK [Install MySQLdb in global env] *******************************************
changed: [localhost]
TASK [Add configuration] *******************************************************
changed: [localhost]
TASK [restart mysql linux] *****************************************************
changed: [localhost]
TASK [Set root Password] *******************************************************
changed: [localhost]
TASK [add launchagents folder mac] *********************************************
skipping: [localhost]
TASK [add mysql to mac startup] ************************************************
skipping: [localhost]
TASK [stop mysql mac] **********************************************************
skipping: [localhost]
TASK [start mysql mac] *********************************************************
skipping: [localhost]
TASK [debug] *******************************************************************
ok: [localhost] => {
“run_travis”: false
}
TASK [include] *****************************************************************
included: /tmp/.bench/playbooks/develop/includes/setup_bench.yml for localhost
TASK [Check if /tmp/.bench exists] *********************************************
ok: [localhost]
TASK [Check if bench_repo_path exists] *****************************************
ok: [localhost]
TASK [move /tmp/.bench if it exists] *******************************************
changed: [localhost]
TASK [install bench] ***********************************************************
changed: [localhost]
TASK [Check whether bench exists] **********************************************
ok: [localhost]
TASK [init bench] **************************************************************
changed: [localhost]
TASK [setup config] ************************************************************
ok: [localhost]
TASK [install frappe app] ******************************************************
ok: [localhost]
TASK [include] *****************************************************************
skipping: [localhost]
PLAY [localhost] ***************************************************************
TASK [setup] *******************************************************************
ok: [localhost]
TASK [development tools package] ***********************************************
skipping: [localhost]
TASK [install prequisites] *****************************************************
skipping: [localhost] => (item=[])
TASK [Import Node source RPM key] **********************************************
skipping: [localhost]
TASK [Add Node Repo] ***********************************************************
skipping: [localhost]
TASK [Install nodejs] **********************************************************
skipping: [localhost]
TASK [include] *****************************************************************
skipping: [localhost]
TASK [include] *****************************************************************
skipping: [localhost]
TASK [include] *****************************************************************
skipping: [localhost]
TASK [include] *****************************************************************
skipping: [localhost]
TASK [include] *****************************************************************
skipping: [localhost]
PLAY [localhost] ***************************************************************
TASK [setup] *******************************************************************
ok: [localhost]
TASK [Add dotdeb apt repository key for Debian < 8] ****************************
skipping: [localhost]
TASK [Add dotdeb apt repository for redis-server for Debian < 8] ***************
skipping: [localhost]
TASK [install prequisites] *****************************************************
skipping: [localhost] => (item=[])
TASK [install pillow prerequisites for Debian < 8] *****************************
skipping: [localhost] => (item=[])
TASK [install pillow prerequisites for Debian >= 8] ****************************
skipping: [localhost] => (item=[])
TASK [Add apt key for node repo] ***********************************************
skipping: [localhost]
TASK [Add repo] ****************************************************************
skipping: [localhost]
TASK [Install nodejs 6.x] ******************************************************
skipping: [localhost]
TASK [include] *****************************************************************
skipping: [localhost]
TASK [include] *****************************************************************
skipping: [localhost]
TASK [include] *****************************************************************
skipping: [localhost]
TASK [debug] *******************************************************************
skipping: [localhost]
TASK [include] *****************************************************************
skipping: [localhost]
TASK [include] *****************************************************************
skipping: [localhost]
PLAY [localhost] ***************************************************************
TASK [setup] *******************************************************************
ok: [localhost]
TASK [Add nginx apt repository key for Debian < 8] *****************************
skipping: [localhost]
TASK [Add nginx apt repository for Debian < 8] *********************************
skipping: [localhost]
TASK [Install production pre-requisites] ***************************************
changed: [localhost] => (item=[u’nginx’, u’screen’, u’vim’, u’htop’, u’git’, u’postfix’, u’supervisor’])
TASK [Install production pre-requisites] ***************************************
skipping: [localhost] => (item=[])
TASK [Install supervisor using yum for Centos 7] *******************************
skipping: [localhost]
TASK [Rename default nginx.conf to nginx.conf.old] *****************************
changed: [localhost]
TASK [Copy the nginx_config template] ******************************************
changed: [localhost]
TASK [Reload the nginx service] ************************************************
changed: [localhost]
TASK [Set InnoDB buffer pool] **************************************************
skipping: [localhost]
TASK [Set InnoDB buffer pool] **************************************************
changed: [localhost]
TASK [Enable nginx, mysql, and redis] ******************************************
ok: [localhost] => (item=nginx)
ok: [localhost] => (item=mysql)
TASK [Enable redis.service on centos] ******************************************
skipping: [localhost]
TASK [Enable redis-server.service on ubuntu] ***********************************
ok: [localhost]
TASK [Check whether default supervisor.conf exists] ****************************
skipping: [localhost]
TASK [Check whether default supervisor.conf exists] ****************************
ok: [localhost]
TASK [insert/update inputrc for history] ***************************************
changed: [localhost]
PLAY [localhost] ***************************************************************
TASK [setup] *******************************************************************
ok: [localhost]
TASK [Check whether a site exists] *********************************************
ok: [localhost]
TASK [Create new site] *********************************************************
changed: [localhost]
TASK [Check ERPNext App exists] ************************************************
ok: [localhost]
TASK [Get-app erpnext app] *****************************************************
changed: [localhost]
TASK [Install erpnext app] *****************************************************
changed: [localhost]
TASK [Change permissions for frappe home folder] *******************************
changed: [localhost]
TASK [Setup production] ********************************************************
changed: [localhost]
TASK [Setup Sudoers] ***********************************************************
changed: [localhost]
TASK [Restart the bench] *******************************************************
changed: [localhost]
PLAY RECAP *********************************************************************
localhost : ok=57 changed=26 unreachable=0 failed=0
Frappe/ERPNext has been successfully installed!