Created
December 16, 2010 01:59
-
-
Save sprice/742908 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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