Skip to content

Instantly share code, notes, and snippets.

@dewwwald
Created May 19, 2014 07:57
Show Gist options
  • Save dewwwald/697816f34b707d82285f to your computer and use it in GitHub Desktop.
Save dewwwald/697816f34b707d82285f to your computer and use it in GitHub Desktop.
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