Skip to content

shoyebi/TimelyTweet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TimelyTweet

Basics

  1. On mac, install homebrew (http://brew.sh/) ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"

  2. Install pip sudo easy_install pip

  3. Install Virtual Environment sudo pip install virtualenv

Getting Started

  1. Clone the repo

    git clone http://github.com/shoyebi/TimelyTweet.git

  2. create a new virtualenv (named 'hs' in the example)

    virtualenv hs --no-site-packages

  3. enter your virtualenv

    source hs/bin/activate

  4. bootstrap your installation (this installs some requirements via pip)

    TimelyTweet/bin/bootstrap.py

  5. RUN python timetwitter/server.py Application will start running on http://0.0.0.0:5000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published