Merge branch 'master' into develop

This commit is contained in:
Taylor Smith
2014-01-21 20:16:14 -07:00
2 changed files with 18 additions and 9 deletions
+14 -9
View File
@@ -17,26 +17,31 @@ Archetype
Add `--touch` to either command to automatically touch the web.config on a deploy
## Installation ##
## Installation
1) Install the <a href='http://bit.ly/1gUYKW8'>package</a> through the Umbraco package installer. Recommended if you want to just see the packaged version.
To use this package right from this repo you will need to manually download and copy the files into the appropriate spot:
OR
###/App_Plugins###
2) Deploy with Grunt (see above). Recommended if you wish to extend this repo as this will inject this project into an existing v7 Umbraco install.
Your /App_Plugins should contain this structure:
OR
3) Not recommended but a down and dirty way is to manually download and copy the files into the appropriate spot:
Your /App_Plugins and /bin should contain this structure:
/App_Plugins
- package.manifest
- /css
-- archetype.css
- /js
-- archetype.js (our Grunt script concats the controller.js and all directives into one file, you may have to do so manually)
-- archetype.js (our Grunt script concats the controller.js/config.controller.js, services and all directives into one file, you will have to do so manually)
-- config.views.js
- /views
-- archetype.html
###/bin###
- Drop the Imulus.Archetype.dll in the /bin of your Umbraco install (this dll only handles template helpers, PVC's at present)
- You will have to build this yourself or download it here.
-- archetype.config.html
/bin
-- archetype.dll (you'll have to build it)
## Prevalue Configs ##
+4
View File
@@ -21,5 +21,9 @@
"grunt-touch": "~0.1.0",
"fs-extra": "~0.8.1",
"grunt-msbuild": "~0.1.9"
},
"repository": {
"type": "git",
"url": "https://github.com/imulus/Archetype.git"
}
}