Skip to content

Instantly share code, notes, and snippets.

@sprice
Created December 16, 2010 01:59
Show Gist options
  • Save sprice/742908 to your computer and use it in GitHub Desktop.
Save sprice/742908 to your computer and use it in GitHub Desktop.
#!/bin/bash
drush @alias searchlight-searchd stop
drush @alias site-install simple --db-url=mysql://user:pass@localhost/db
drush @alias cc all
drush @alias generate-content 100
drush @alias cc all
drush @alias searchlight-conf
drush @alias searchlight-index
drush @alias searchlight-searchd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment