This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| casexpert@finiteloop-stage-app1:~$ ./bin/release.sh | |
| Current branch master is up to date. | |
| Running migrations for dashboard: | |
| - Nothing to migrate. | |
| - Loading initial data for dashboard. | |
| Installed 1 object(s) from 1 fixture(s) | |
| Running migrations for cases: | |
| - Nothing to migrate. | |
| - Loading initial data for cases. | |
| Installed 1 object(s) from 1 fixture(s) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| source "$HOME/casexpert/bin/activate" | |
| cd "$HOME/casexpert/src" | |
| git pull --rebase | |
| casexpert/manage.py migrate | |
| casexpert/manage.py synccompress |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'pivotal-tracker' | |
| require './lib/formats/large_text' | |
| require 'securerandom' | |
| require 'benchmark' | |
| require 'fileutils' | |
| KEY = '1cce9f8bc294bcd160a7767304da5b68' | |
| PivotalTracker::Client.token = KEY | |
| test_proj = PivotalTracker::Client.use_ssl = true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'pivotal-tracker' | |
| require './lib/formats/large_text' | |
| require 'benchmark' | |
| KEY = '1cce9f8bc294bcd160a7767304da5b68' | |
| PivotalTracker::Client.token = KEY | |
| PivotalTracker::Client.use_ssl = true | |
| test_proj = PivotalTracker::Project.find(398049) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'pivotal-tracker' | |
| require './lib/formats/large_text' | |
| require 'benchmark' | |
| KEY = '1cce9f8bc294bcd160a7767304da5b68' | |
| PivotalTracker::Client.token = KEY | |
| PivotalTracker::Client.use_ssl = true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (venv)> python manage.py syncdb | |
| Syncing... | |
| Creating tables ... | |
| Installing custom SQL ... | |
| Installing indexes ... | |
| Installed 0 object(s) from 0 fixture(s) | |
| Synced: | |
| > django.contrib.auth | |
| > django.contrib.contenttypes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| data_sources | |
| data_sources/__init__.py | |
| data_sources/__init__.pyc | |
| data_sources/admin.py | |
| data_sources/admin.pyc | |
| data_sources/fixtures | |
| data_sources/fixtures/initial_data.yaml | |
| data_sources/importers | |
| data_sources/importers/__init__.py | |
| data_sources/importers/__init__.pyc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2.5 Ghz intel core i5 | |
| 4gb i333 MHz DDR3 | |
| Bought it around christmas time. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Error opening private key justin_woodbridge.key | |
| 52243:error:02001002:system library:fopen:No such file or directory:/SourceCache/OpenSSL098/OpenSSL098-47/src/crypto/bio/bss_file.c:356:fopen('justin_woodbridge.key','r') | |
| 52243:error:20074002:BIO routines:FILE_CTRL:system lib:/SourceCache/OpenSSL098/OpenSSL098-47/src/crypto/bio/bss_file.c:358: | |
| unable to load private key |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "auto_complete": true, | |
| "auto_match_enabled": false, | |
| "color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme", | |
| "folder_exclude_patterns": | |
| [ | |
| ".svn", | |
| ".git", | |
| ".hg", | |
| "CVS", |