There's nothing like moving a good set of files in the morning. Gets your heart pumping! However, if you're here, it probably means you've already tried pear install in the standard installation.
While we ALWAYS recommend that you never edit files directly in your production environment, we know that some people do it anyways. If you're one of those people, you're asking for trouble. So, before you try these instructions, consider implementing some sort of testing environment (even on your local machine) and code versioning system (git, etc...). If you're already there, then let's continue and copy these files into your codebase manually.
These instructions are supplementary to the standard installation instructions. After completing these instructions you should continue in the standard instructions here.
What we'll be doing here is copying all the files needed for speedbooster manually instead of running the pear commands.
| Source (Files/Folders) | Destination (Files/Folders) |
| TinyBrick/FastCMS | app/code/community/TinyBrick/FastCMS |
| TinyBrick/FastCatalog | app/code/community/TinyBrick/FastCatalog |
| modules/TinyBrick_FastCMS.xml | app/etc/modules/TinyBrick_FastCMS.xml |
| modules/TinyBrick_FastCatalog.xml | app/etc/modules/TinyBrick_FastCatalog.xml |
You're done! You might have to refresh caching if you have it enabled, but you should now have the basic speedbooster module installed. Head on back here to finish your configuration.