--
You received this message because you are subscribed to the Google Groups "ICA-AtoM Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ica-atom-user...@googlegroups.com.
To post to this group, send email to ica-ato...@googlegroups.com.
Visit this group at http://groups.google.com/group/ica-atom-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/ica-atom-users/24fe460d-25b6-4cc0-9e17-5dfe45dbe7c6%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "ICA-AtoM Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ica-atom-user...@googlegroups.com.
To post to this group, send email to ica-ato...@googlegroups.com.
Visit this group at http://groups.google.com/group/ica-atom-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/ica-atom-users/e0026463-e80e-4612-8f68-8995a1ecbea5%40googlegroups.com.
Ivan Happy Tuesday
This was just great that you had taken the time on the weekend to build and test a HOWTO for the CentOS 6.x
So SUPER big thank-you as this is been a real bear, if only I was able to run Debian here at UNBC as it is not policy
The last place I works for the School District for 15 years it was all everything Debian and also what I run for my personal production server.
I been using CentOS and Redhat for about 13 months so I starting to get it it and SElinux
Once again your making my month with the help.
I did have a issue with coping and pasting as it changes the - into something else but I seen this before.
So I had to type in some of the code and may have missed something.
I do have one error with the last step maybe I missed something and maybe you can check for me if you have time.
I looked at the conf a few times and seems right.
Cheers
~Ben
This is the error I get
[root@pg-lib-icaatom-02 bstewar]# service nginx restart
nginx: [emerg] unexpected "}" in /etc/nginx/conf.d/phpMyAdmin.conf:32
nginx: configuration file /etc/nginx/nginx.conf test failed
server{
listen 81;
server_name localhost;
access_log /var/log/nginx/phpmyadmin/access.log;
error_log /var/log/nginx/phpmyadmin/error.log;
root /usr/share/phpMyAdmin;
location / {
index index.php;
}
## Images and static content is treated different
location ~* ^.+.(jpg|jpeg|gif|css|png|js|ico|xml)$ {
access_log off;
expires 360d;
}
location ~ /\.ht {
deny all;
}
location ~ /(libraries|setup/frames|setup/libs) {
deny all;
return 404;
}
location ~ \.php$ {
include /etc/nginx/fastcgi_params;
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME /usr/share/phpMyAdmin$fastcgi_script_n$
}
}
root@pg-lib-icaatom-02 etc]# curl 'localhost:9200/_cat/indices?v'
health index pri rep docs.count docs.deleted store.size pri.store.size
yellow atom 5 1 0 0 575b 575b
Enter: “wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch1.3.1.tar.gz O elasticsearch.tar.gz”
Enter: “/tmp”
Enter: “yum install java –y”
Enter: “wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.13.tar.gz -O elasticsearch.tar.gz”
Enter: “tar -zxvf elasticsearch.tar.gz”
Enter: “rm -rf elasticsearch.tar.gz”
Enter: “mv elasticsearch-* elasticsearch”
Enter: “mv elasticsearch /usr/local/share”
Enter: “curl -L http://github.com/elasticsearch/elasticsearch-servicewrapper/tarball/0.90 | tar -xz”
Enter: “mv *servicewrapper*/service /usr/local/share/elasticsearch/bin/”
Enter: “rm -rf *servicewrapper*”
Enter: “/usr/local/share/elasticsearch/bin/service/elasticsearch install”