Created
May 19, 2014 07:57
-
-
Save dewwwald/697816f34b707d82285f to your computer and use it in GitHub Desktop.
This file contains 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
ProcessWire Webpage Workflow | |
1. Setup v-hosts, database and install processwire (usually fixate's boilerplate generator) | |
a. the generator already does bower install. | |
2. Determine project structure and install all required modules. | |
3. Setup all required fields and templates in PW admin. | |
4. Program the logic of the web page. All php that handles dynamic data. Site specific and contact controller. | |
5. Use styleguide to program initial css. | |
6. Program site css that was not done in styleguide. | |
7. finalize by adding javascripts that are used. | |
8. Test scripts in production mode. | |
9. Test styles for browsers. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment