talharamati / ZikaronBasalon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Zikaron Basalon

###How to set up Zikaron Basalon on you computer:

  1. Make sure you have a Github account and git is set up on you computer:
  2. Create a Github account: https://github.com/join
  3. Setting up git: https://help.github.com/articles/set-up-git/
  4. Now that you have git set up, in the command prompt, navigate to your favorite working folder (C:\Sites ?)
  5. Run the command git clone https://github.com/uriklar/ZikaronBasalon.git
  6. Now that you have cloned the Zikaron Basalon repository, navigate inside it's folder in the command prompt by doing cd ZikaronBasalon (You will need to be inside this folder whenever you work on Zikaron Basalon)
  7. run the bundle install command to install all the gems used by Zikaron Basalon on your computer.
  8. run the rake db:migrate command to create the needed database tables on your computer.
  9. to see the website, start a server by running rails s and navigating to http:localhost:3000

###How to contribute:

  1. In the issues page you will find bugs and tasks
  2. Choose a task you would like to work on (run it by me before uriklar@gmail.com)
  3. Download the github GUI tool (it's much nicer then writing git commands in the command prompt!)
  4. In the GUI tool, find the option "Add local repository" and select the ZikaronBasalon folder
  5. Once the repository has been added, create a branch for your task (In the Github GUI tool there's a button for creating a branch)
  6. Code away!
  7. Commit you changes to github and create a pull request

Feel free to contact me with any issues (uriklar@gmail.com)

About


Languages

Language:Ruby 40.3%Language:HTML 40.2%Language:JavaScript 14.6%Language:CSS 4.8%Language:CoffeeScript 0.1%