0% found this document useful (0 votes)
136 views

First Assignment Guide

The document provides guidelines for Assignment 1 which involves creating a blog. It instructs students to [1] download the assignment instructions and submit files, [2] install Ruby/Rails if needed, [3] navigate to the devkit folder using Command Prompt, [4] follow lecture instructions to create the blog, [5] create a Bitbucket account and repository named "blog", and [6] use Git commands like init, add, commit, and push to upload the blog files to the remote Bitbucket repository for submission.

Uploaded by

ahm4me
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
136 views

First Assignment Guide

The document provides guidelines for Assignment 1 which involves creating a blog. It instructs students to [1] download the assignment instructions and submit files, [2] install Ruby/Rails if needed, [3] navigate to the devkit folder using Command Prompt, [4] follow lecture instructions to create the blog, [5] create a Bitbucket account and repository named "blog", and [6] use Git commands like init, add, commit, and push to upload the blog files to the remote Bitbucket repository for submission.

Uploaded by

ahm4me
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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://[email protected]/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://[email protected]/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.

You might also like