Giter Site home page Giter Site logo

gs-science's Introduction

#----------------------------
# Instructions for developers
#----------------------------

# Create an account on github.com
https://github.com/account

# Create a set of SSH keys
ssh-keygen -t rsa -C "<comment>"

# Paste them into github under Account Settings | SSH Public Keys
	
# Go to you favorite directory and get the repository	
git clone [email protected]:ingenieroariel/gs-science.git
	
# Then run the configuration script
python configure_project.py

# Run the demo
python demo.py




#-----------------------------------------------------------------
# If the above fails you can try the steps manually as shown below
#-----------------------------------------------------------------	
	
	
# First make sure you have pip installed, for example in Ubuntu
sudo easy_install pip

# Also make sure that git is installed, for example in Ubuntu
sudo apt-get install git-core

# Go to your favorite directory and clone the project
git clone https://[email protected]/ingenieroariel/gs-science.git

# Alternatively, for r/w access using SSH public keys, the command is
git clone [email protected]:ingenieroariel/gs-science.git

# Navigate to the newly created server
cd gs-science

# Then install the python dependencies, for example in Ubuntu
sudo pip install -r requirements.txt

# For those not used to git, here is a quick and dirty manual:
# To make sure your sources are up to date, type:
git pull

# To see a local diff:
git diff

# To commit changes use this one: (-a means add all the file that have changed)
git commit -a -m "this is what I am doing"

# To put the changes back online
git push origin master

gs-science's People

Contributors

ingenieroariel avatar uniomni avatar sabman avatar

Stargazers

 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.