Skip to content

seyfiaslan/vagrant-lemp-search-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A Vagrant Search Playbox for Lemp

A starting playbox for comparing ElasticSearch and Amazon Cloud Search.

Requirements

Package includes

  • Php 5.5.9 (php5-fpm, phpmyadmin)

  • Ubuntu 14.04

  • MySQL

  • Nginx

  • Elastic Search 1.7.2

  • Amazon Cloud Search package included in composer.json

A helpful tutorial about Vagrant Lemp:

https://vesselinv.com/lemp-with-vagrant/ (https://github.com/vesselinv/vagrant-lemp)

How To Build

Get Code

$ git clone https://github.com/seyfiaslan/vagrant-lemp-search-stack/
$ cd vagrant-lemp-search-stack
$ vagrant up --provision

Get In VM and update composer packages

$ vagrant ssh
Welcome to Ubuntu 14.04 LTS ...
...
vagrant@vagrant:~$
$ cd /home/vagrant/code/www
$ php composer.phar install

Edit credentials in _/aws/config.php

const KEY = "YOUR_KEY";
const SECRET = "YOUR_SECRET_KEY";

Test The Code

http://10.4.4.58/info.php

http://10.4.4.58/index.php

(You will get an exception code if you don't change your credentials)

About

A playbox for comparing ElasticSearch and Amazon Cloud Search

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published