Django for Designers/Laptop setup: Difference between revisions

no edit summary
imported>Paulproteus
No edit summary
No edit summary
 
(29 intermediate revisions by 3 users not shown)
Line 1:
== Steps to get set up ==
* Install git
 
=== Goal #1: Set up git ===
Asheesh questions:
 
* [[/Windows git|Windows]]
* 'git clone' the Karen repo, or fork first?
* [[/OSX git|OS X]]
* [[/Linux git|Linux]]
 
=== Goal #2: Practice navigating the computer from a command prompt ===
<pre>
 
* [[/Windows terminal navigation|Windows]]
Then enter:
* [[/OSX terminal navigation|OS X]]
$ git branch my-branch-1
* [[/Linux terminal navigation|Linux]]
 
=== Goal #3: Set up Python ===
</pre>
 
* [[/Windows set up Python|Windows]]
* Did you forget "git checkout"?
* [[/OSX set up Python|OS X]]
* [[/Linux set up Python|Linux]]
 
=== Goal #4: Prepare a text editor ===
* really, ''mysite''?
 
* [[/Windows text editor|Windows]]
* [[/OSX text editor|OS X]]
* [[/Linux text editor|Linux]]
 
=== Goal #5: Prepare the workshop code, via git ===
 
* [[/Windows download|Windows]]
* [[/OSX download|OS X]]
* [[/Linux download|Linux]]
 
=== Goal #6: Create a special Python environment for the workshop ===
 
* [[/Windows virtualenv|Windows]]
* [[/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