Skip to content

Commit

Permalink
update heroku etc
Browse files Browse the repository at this point in the history
  • Loading branch information
drtoast committed Oct 30, 2013
1 parent 1b2eda3 commit cadaf65
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 1 deletion.
6 changes: 6 additions & 0 deletions heroku.md
@@ -1,3 +1,4 @@

https://devcenter.heroku.com/categories/command-line

# Rake
Expand Down Expand Up @@ -43,6 +44,11 @@ capture a backup

heroku config:add BUILDPACK_URL=https://github.com/jruby/heroku-buildpack-jruby

# Remote

git remote add heroku git@heroku.com:your-app-name.git
git config heroku.remote heroku

# Workers

list workers
Expand Down
1 change: 1 addition & 0 deletions launchctl.md
@@ -1,3 +1,4 @@

# List of commands

launchctl help
Expand Down
20 changes: 20 additions & 0 deletions paulstretch.md
@@ -0,0 +1,20 @@
# Installation

Install scipy:

http://www.lowindata.com/2013/installing-scientific-python-on-mac-os-x/

brew install python
pip install numpy
pip install scipy

Install paulstretch:

https://github.com/paulnasca/paulstretch_python

git clone git@github.com:paulnasca/paulstretch_python.git

# Convert file

./paulstretch_stereo.py --help
./paulstretch_stereo.py -s 16.0 ~/Desktop/piano-electric-tine-octave2.wav ~/Desktop/tine.wav
3 changes: 2 additions & 1 deletion postgresql.md
Expand Up @@ -35,6 +35,7 @@ http://postgres-bits.herokuapp.com/

launchctl unload -w ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
brew upgrade postgres

brew info postgres

mv /usr/local/var/postgres /usr/local/var/postgres.old
Expand All @@ -46,7 +47,7 @@ http://postgres-bits.herokuapp.com/
# USER ADMIN

psql postgres
create user postgres with superuser
create role postgres SUPERUSER LOGIN CREATEDB CREATEROLE;
\q

# DATABASE ADMIN
Expand Down
11 changes: 11 additions & 0 deletions s3.md
@@ -0,0 +1,11 @@
# Documentation

* http://aws.amazon.com/documentation/s3/
* http://docs.aws.amazon.com/AmazonS3/latest/gsg/GetStartedWithS3.html
* http://docs.aws.amazon.com/AmazonS3/latest/API/Welcome.html

# Getting Started




1 change: 1 addition & 0 deletions stack.txt
Expand Up @@ -78,6 +78,7 @@ JavaScript
templating
mustache.js
handlebars.js

underscore.js
rivets.js http://rivetsjs.com/
jst / eco
Expand Down

0 comments on commit cadaf65

Please sign in to comment.