ubuntu 下配置elasticSearch
配置JAVA环境
- 配置jdk 上官网下载x64的和ubuntu匹配的jdk
- 找到usr/java ,解压下载的文件 tar –xzvf 文件.tar.gz
- Vim /etc/source 添加配置
- 保存后 source /etc/profile 是配置生效
- 完成后敲java –version
- 由于命令行关闭就不好使,除非每次都 /source/profile
- 也可以使用一下方法
Cd ~
Vi .bashrc
写配置
Source ./.bashrc
Java –version
Root 用户配置项
8. 新建文本 test.java
9. 命令行 敲 下面代码 看是否好使
javac test.java
java test
安装elasticSearch
(安装前可以先配置一下静态ip, 文章的后面有)
- 下载es wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.3.0.tar.gz
- 放到/opt/目录下解压
- Vim /etc/sysctl.conf 添加 vm.max_map_count=262144 保存退出
- 执行 sysctl –p是配置生效
- 启动 ./bin/elasticsearch 会报错,不能用root启动
- 需要新创建一个用户 adduser es
- 赋予用户该目录权限 chown –R es /opt/elasticsearch-5.3.0
- 切换到用户es su es
- 重新启动elasticserch ./bin/elasticsearch 终端关闭,es也关闭 可以后面加 –d 后台运行vi vi
- curl -XGET 'http://192.168.56.101:9200/' 测试服务是否开启
- 通过下面的给虚拟机配置静态ip 后,进入config文件夹修改elasticsearch.yml
- 修改network.host: 虚拟机ip
- 就可以通过curl -XGET 'http://虚拟机ip:9200 /' 来访问了
- 下载head_maser包,解压到elastic的同级目录
- 安装nodejs
- 安装npm
- 安装grunt npm install –g grunt-cli
- 进入head-master vim Gruntfile.js
安装head
1. 下载head_maser包,解压到elastic的同级目录
2. 安装nodejs
3. 安装npm
4. 安装grunt npm install –g grunt-cli
5. 进入head-master vim Gruntfile.js
添加hostname
6. 修改vim _site/app.js
7. 进入 elasticsearch-5.3.0 /config elasticsearch.yml
行尾添加
http.cors.enabled: true
http.cors.allow-origin: "*"
8. 执行grunt server &
9. 运行
10. Ip:9100进行访问 ,结果
网卡设置配置静态ip
1. ifconfig 命令下 出现的前几个字母就是网卡名称 如 ens33
2. sudo gedit /etc/network/interfaces 编辑网卡文件
auto lo
iface lo inet loopback
auto ens33
iface ens33 inet static
address 192.168.8.100
netmask 255.255.255.0
gateway 192.168.8.2
3. sudo gedit /etc/resolv.conf
nameserver 223.5.5.5 阿里的服务器(随便)
4. sudo service networking restart 重启网络
关机后重启会遇到的问题
- ping 域名不好使 修改sudo gedit /etc/network/interfaces 网卡文件,添加dns-namservers:223.5.5.5 ,然后service networking restart
- head-master 不好使了,原因是没运行 cd header-master目录 运行 grunt server &
Windows 和 Ubuntu 之间文件复制粘贴
- sudo apt-get autoremove open-vm-tools
- sudo apt-get install open-vm-tools-desktop
ubuntu 下配置elasticSearch的更多相关文章
- Ubuntu下配置python完成爬虫任务(笔记一)
Ubuntu下配置python完成爬虫任务(笔记一) 目标: 作为一个.NET汪,是时候去学习一下Linux下的操作了.为此选择了python来边学习Linux,边学python,熟能生巧嘛. 前期目 ...
- 转[开发环境配置]在Ubuntu下配置舒服的Python开发环境
在Ubuntu下配置舒服的Python开发环境 Ubuntu 提供了一个良好的 Python 开发环境,但如果想使我们的开发效率最大化,还需要进行很多定制化的安装和配置.下面的是我们团队开发人员推荐的 ...
- Ubuntu下配置C/C++开发环境
在 Ubuntu 下配置 C/C++ 开发环境 转自:白巴的临时空间 Submitted by 白巴 on 2009-04-27 19:52:12. 学习笔记 虽然 Ubuntu 的版本已经是9.04 ...
- [转]Ubuntu下配置NFS服务
[转]Ubuntu下配置NFS服务 http://blog.163.com/liu8821031%40126/blog/static/111782570200921021253516/ Table ...
- Ubuntu下配置tftp服务
Ubuntu下配置tftp服务 1.安装TFTP软件 sudo apt-get install tftp-hpa tftpd-hpa tftp-hpa是客户端,tftpd-hpa是服务器端 2.建立t ...
- ubuntu下配置Apache
ubuntu下配置Apache Apache的默认文档根目录是在Ubuntu上的/var/www目录 配置文件是/ etc/apache2/apache2.conf配置存储在的子目录在/etc/apa ...
- ubuntu 下配置Web服务器
ubuntu 下配置Web服务器 1.切换管理员身份 终端/文本界面输入命令: su 根据提示输入密码 注: 如果不能使用su 点击查看如何启用su2.安装MySQL5 apt-get install ...
- CentOS 与Ubuntu 下配置IP地址
1.CentOS配置方法如下: 用vi打开配置文件 [root@haha3 ~]# vi /etc/sysconfig/network-scripts/ifcfg-eth0 写入以下配置 DEVIC ...
- Ubuntu下配置Nginx HTTPS
HTTPS(全称:Hypertext Transfer Protocol over Secure Socket Layer),是以安全为目标的HTTP通道,简单讲是HTTP的安全版.即HTTP下加入S ...
随机推荐
- leetcode - [1]Reverse Words in a String
Question: Reverse Words in a String Given an input string, reverse the string word by word. For exam ...
- spoj high
matrixtree定理裸体,学了行列式的n^3解法,(应该是能应用于所有行列式): 代码是参考某篇题解的... #include<iostream> #include<cstrin ...
- (求凹包) Bicycle Race (CF 659D) 简单题
http://codeforces.com/contest/659/problem/D Maria participates in a bicycle race. The speedway t ...
- Linux 禁ping和开启ping操作
方法一: # echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all 如果要恢复,只要: # echo 0 > /proc/sys/net ...
- 类中main函数的快捷创建
方法一: 新建类时,选择创建 方法二: 打出main-->Alt + /
- POJ1468 Sorting Slides
Sorting Slides Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 4442 Accepted: 1757 De ...
- ace富文本编辑器
在线文本编辑器(ACE Editor) ACE是一个实现了语法着色功能的基于Web的代码编辑器,具有良好的代码提示功能和大量的主题. 一.资源获取 官方网址:https://ace.c9.io/ Gi ...
- AngularJS 启动执行过程
一.浏览器下载HTML/CSS/JavaScript等 当你转到一个页面地址后,浏览器先回下载这个HTML,同时,会开启一些辅助线程下载所关联的script标签和link标签里引用的文件. 二.浏览器 ...
- ASP.NET Web API 框架研究 Action的选择
如何从HttpController众多方法里如何选择出有效的Action方法?主要分一下几个步骤: 首先,获取候选HttpActionDescriptor列表(ILookup(string,HttpA ...
- poj 1129 搜索
Channel Allocation Time Limit: 1000 MS Memory Limit: 10000 KB 64-bit integer IO format: %I64d , %I64 ...