Sunteți pe pagina 1din 4

Assignment # 1

GUIDELINES Concerning Links Assignment Instructions


Download Programming Assignment 1 instructions Download the submit files zip folder Download Python 2.x (if not installed)

I assume Ruby / Rails already installed with you.


If not yet installed here is the guideline link.

Please follow the instructions below for creating the assigned Blog.
Navigate to folder: Open Command Prompt (by writing cmd on run) Then navigate to following folder: C:\ruby200\devkit (or wherever you wish) Example: 1. Use cd\ to reach root of c drive 2. Switch drive to drive c (if you are not in c drive) by writing c: 3. Then navigate to folder by writing cd ruby200 and cd devkit Now follow these instructions as per lecuture:

For more information se Module 2, Lecture 3 Video.

SUBMISSION PROCESS
1. Create an account at bit bucket.org 2. Create a new repository named blog on bitbucket as below:

This will bring you here:

Click I have an existing project to push up. Next window will serve you a link similar to this: https://username@bitbucket.org/username/blog.git

Obviously you will have your own username in the link.

Then use the wonderful next next formula till completion.

GIT INSTALLATION AND SUBMISSION PROCESS


Download and install Git 1. open Git bash (the command window / Shell for git) 2. Navigate to your blog directory and 3. Start passing commands as under: Initiate the git by following command: $ git init

Then add files to the stage. git add --all then: $ git commit m message here Then add it to remote server: git remote add origin https://username@bitbucket.org/username/blog.git And finally : $ git push origin master

Finally copy the repository link and past it to zip file downloaded from assignment . The link will be like this: https://bitbucket.org/username/blog

Now submit the assignment as per the step 3 of Programming Assignment 1: Instructions.

Thats all folks.

S-ar putea să vă placă și