Skip to content

i38 is an implementation of a Reddit / Hacker News style news web site written using Python, Cherrypy and MySQL

Notifications You must be signed in to change notification settings

noodle-learns-programming/i38

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

i38

i38 is an implementation of a Reddit / Hacker News style news web site written using Python, Cherrypy and MySQL

Create python virtual environment

$ sudo pip install virtualenv

OR

$ sudo apt-get install python-virtualenv

Create virtual environment

$ mkdir myproject
$ cd myproject
$ virtualenv venv
New python executable in venv/bin/python
Installing distribute............done.

Active virtual environment

$ . venv/bin/activate

Start MySQL on OSX

sudo /usr/local/bin/mysql.server start

Launch i38

cd /i38/src/i38
python root.py

About

i38 is an implementation of a Reddit / Hacker News style news web site written using Python, Cherrypy and MySQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.9%
  • CSS 27.4%
  • Python 7.1%
  • HTML 3.5%
  • Mako 0.1%