Django for Designers/Laptop setup: Difference between revisions

no edit summary
imported>Paulproteus
No edit summary
 
(25 intermediate revisions by 3 users not shown)
Line 1:
== ActualSteps setupto guideget set up ==
 
=== Goal #1: Set up git ===
* Install git
 
* [[/Windows git|Windows]]
* Make sure Python works
* [[/OSX git|OS X]]
* [[/Linux git|Linux]]
 
=== Goal #2: Practice navigating the computer from a command prompt ===
== Setup guide, for instructors ==
 
* [[/Windows terminal navigation|Windows]]
* Provide a printed check-off sheet, and have TAs roam around and make sure students demo the check-off sheet
* [[/OSX terminal navigation|OS X]]
* [[/Linux terminal navigation|Linux]]
 
=== Goal #3: Set up Python ===
== Asheesh questions ==
 
* [[/Windows set up Python|Windows]]
<pre>
* [[/OSX set up Python|OS X]]
* [[/Linux set up Python|Linux]]
 
=== Goal #4: Prepare a text editor ===
Then enter:
$ git branch my-branch-1
 
* [[/Windows text editor|Windows]]
</pre>
* [[/OSX text editor|OS X]]
* [[/Linux text editor|Linux]]
 
=== Goal #5: Prepare the workshop code, via git ===
* Did you forget "git checkout"?
 
* [[/Windows download|Windows]]
* really, ''mysite''?
* [[/OSX download|OS X]]
* [[/Linux download|Linux]]
 
=== Goal #6: Create a special Python environment for the workshop ===
* TA guide should have instructions for addressing:
** If the student can't push during the Sharing section, and it is because they worked on local master, have them rename the branch
** do github in sharing
 
* [[/Windows virtualenv|Windows]]
* get some TAs
* [[/OSX virtualenv|OS X]]
* [[/Linux virtualenv|Linux]]
 
=== Goal #7: Checkoff ===
 
Demonstrate to your own satisfaction that the following things work:
 
# You can open a command prompt.
# You can use ''cd'' to get around.
# You can run ''git'' and see a help message (rather than "Command not found").
# You can run ''python'' in the command prompt.
# You have a text editor configured to use spaces to indent instead of tabs.
# You have done the ''git clone'' command to get the workshop code.
# You have a ''virtualenv'' where you have installed the workshop's dependencies.
 
 
[[Django_for_Designers/Starting_our_project|Next page]]
Anonymous user