Skip to content
william26 edited this page Feb 27, 2013 · 2 revisions

Installation To install the Awesome Framework, you only need to get the last version from GitHub https://github.com/SaltySoft/webmuffin/tags Click on ‘zip’ under the most recent tag. Extract the content to a folder on your web server’s root (you need to be at the root for the framework to work fine). Rename the folder to the name of your website.

Then open the httpd.conf file, look for the line with DocumentRoot, and set it to the folder where you just put the files, or edit your vhost files.

You should have this tree in this folder: /App /Config /Lib /Public /Tmp .htaccess. There is also a .gitignore that you need to edit if you have a git repository for your project.

Back to tutorials list

Clone this wiki locally