Hi,
I am trying to install Dataiku in Redhat 64bit 7. Dependency did not install with the commands
#Dev tools
sudo yum install devtoolset-4
#Git
sudo yum install git
#ngix
sudo -s
wget
https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-11.noarch.rpmrpm -ivh epel-release-7-11.noarch.rpm
yum --enablerepo=epel install nginx
#back to user
su a*****
wget
https://downloads.dataiku.com/public/studio/4.0.9/dataiku-dss-4.0.9.tar.gztar xzf dataiku-dss-4.0.9.tar.gz
mkdir /home/a*****/dataikudata
dataiku-dss-4.0.9/installer.sh -d /home/a*****/dataikudata/dss_data -p 11000
/home/a*****/dataiku_datadir/dss_data/bin/dss start
- Logs
***************************************************************
install log
* Installation complete (DSS node type: design)
* Next, start DSS using:
* '/home/a*****/dataikudata/dss_data/bin/dss start'
* Dataiku DSS will be accessible on
http://:11000nginx: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (13: Permission denied)
No logs are in nginx
When i open the server i get something.company.com:11000 - problem opening site.
Please advise if i am missing any steps on the installation . Thanks