Difference between revisions of "WordPress Development"
Alex Chapin (talk | contribs) |
Alex Chapin (talk | contribs) |
||
Line 7: | Line 7: | ||
''Your ssh keys must be authorized to access the central repository. All chisel accounts' ssh keys have been authorized to do so at the time of this writing. Contact Adam to add ssh keys for other machines (such as your desktop) if desired.'' | ''Your ssh keys must be authorized to access the central repository. All chisel accounts' ssh keys have been authorized to do so at the time of this writing. Contact Adam to add ssh keys for other machines (such as your desktop) if desired.'' | ||
− | #cd to your public_html directory on chisel: | + | #cd to your public_html directory on chisel:<pre>cd ~/public_html/</pre> |
− | <pre>cd ~/public_html/</pre> | ||
#clone the repository and create a working directory with git-clone:<pre>git clone git@chisel.middlebury.edu:wordpress-mu.git wordpress</pre> | #clone the repository and create a working directory with git-clone:<pre>git clone git@chisel.middlebury.edu:wordpress-mu.git wordpress</pre> | ||
#cd into new wordpress directory<pre>cd wordpress</pre> | #cd into new wordpress directory<pre>cd wordpress</pre> |
Revision as of 17:24, 10 August 2011
WordPress is used at Middlebury by a variety of individuals and groups including faculty, staff, students, administrators, designers, developers, librarians, technologists, academic and administrative departments, offices, student organizations, courses, initiatives, projects and so on. This document compiles recommendations about how Wordpress at Middlebury should be configured, updated and maintained.
Initial Setup
Cloning the central repository
Your ssh keys must be authorized to access the central repository. All chisel accounts' ssh keys have been authorized to do so at the time of this writing. Contact Adam to add ssh keys for other machines (such as your desktop) if desired.
- cd to your public_html directory on chisel:
cd ~/public_html/
- clone the repository and create a working directory with git-clone:
git clone git@chisel.middlebury.edu:wordpress-mu.git wordpress
- cd into new wordpress directory
cd wordpress
- initialize submodules and then update:
git submodule init git submodule update
Configuration
- This page was last edited on 10 August 2011, at 17:24.
- Privacy policy
- About Library & ITS Wiki
- Disclaimers