From cadaf65d7586e0ca1e36a107593807b0bba6f4bd Mon Sep 17 00:00:00 2001 From: James Reynolds Date: Tue, 29 Oct 2013 21:00:47 -0700 Subject: [PATCH] update heroku etc --- heroku.md | 6 ++++++ launchctl.md | 1 + paulstretch.md | 20 ++++++++++++++++++++ postgresql.md | 3 ++- s3.md | 11 +++++++++++ stack.txt | 1 + 6 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 paulstretch.md create mode 100644 s3.md diff --git a/heroku.md b/heroku.md index a411751..6c985ab 100644 --- a/heroku.md +++ b/heroku.md @@ -1,3 +1,4 @@ + https://devcenter.heroku.com/categories/command-line # Rake @@ -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 diff --git a/launchctl.md b/launchctl.md index e99bb9a..bf84136 100644 --- a/launchctl.md +++ b/launchctl.md @@ -1,3 +1,4 @@ + # List of commands launchctl help diff --git a/paulstretch.md b/paulstretch.md new file mode 100644 index 0000000..509f821 --- /dev/null +++ b/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 diff --git a/postgresql.md b/postgresql.md index 1d4e4b5..4da8a2d 100644 --- a/postgresql.md +++ b/postgresql.md @@ -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 @@ -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 diff --git a/s3.md b/s3.md new file mode 100644 index 0000000..e80aee2 --- /dev/null +++ b/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 + + + + diff --git a/stack.txt b/stack.txt index 706ca59..5f40480 100644 --- a/stack.txt +++ b/stack.txt @@ -78,6 +78,7 @@ JavaScript templating mustache.js handlebars.js + underscore.js rivets.js http://rivetsjs.com/ jst / eco