github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

thraxil / ccdb

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 3
    • 0
  • Source
  • Commits
  • Network (0)
  • Issues (5)
  • Downloads (0)
  • Wiki (1)
  • Graphs
  • Tree: 9d72e9f

click here to add a description

click here to add a homepage

  • Branches (1)
    • master
  • Tags (0)
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

top secret early stage project — Read more

  cancel

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

try to avoid duplicate slugs on classifications 
thraxil (author)
Fri May 22 12:39:48 -0700 2009
commit  9d72e9f7baf641e43c135237c858e23f75646f29
tree    2642191b768d004abd26bea852b2658c8aa887f7
parent  843b744312b2e47c3af7f122eb30acc6d08e75fc
ccdb / bootstrap.py bootstrap.py
100755 18 lines (13 sloc) 0.414 kb
edit raw blame history
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/env python
import os
import sys
import subprocess
import shutil
 
pwd = os.path.dirname(__file__)
vedir = os.path.join(pwd,"ve")
 
if os.path.exists(vedir):
    shutil.rmtree(vedir)
 
subprocess.call([os.path.join(pwd,"pip.py"),"install",
                 "-E",os.path.join(pwd,"ve"),
                 "--enable-site-packages",
                 "--requirement",os.path.join(pwd,"requirements/apps.txt")])
 
 
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server