stefobark / sphinxy

configurator: round 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sphinxy: Round 2

An evolution of this other configurator I started building before learning about Laravel. Now, I'm taking another shot at it. Keeping all configuration settings in a database. Reorganizing stuff. Learning more.

###To get started###

Put this onto your own machine. Should help to keep track of your configuration files (and should help you understand Sphinx configuration basics as you build). Create, update, delete configuration files!

  1. Clone this into some directory:
  • git clone https://github.com/stefobark/config.git
  1. Do you have composer installed? If not, then install it.
  2. Then, from the directory:
  • composer install
  1. Do you have MySQL running? If not, get it going.
  • create a database called forge
  1. Then:
  • php artistan migrate
  1. And.. start doing stuff. Submit pull requests. Help me out. Give me suggestions. I'm learning as I go.

Tweet at me: @steven_barker. Or, email me at steven.j.barker.jr@gmail.com

###More things to do###

  1. Add indexer config block.
  • My last try didn't include any indexer settings, I just let Sphinx go with the defaults.
  1. Validation!
  • Right now, I'm just checking if variables exist (in the view) and if they don't, I'm saying: XXX MUST EXIST
  1. Much more. Things I'm not even aware of yet.

If you're interested, I'm keeping all my thoughts on this publicly editable google doc

About

configurator: round 2


Languages

Language:PHP 100.0%