Last active
February 9, 2025 23:21
Revisions
-
mariusa revised this gist
Nov 18, 2013 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -41,4 +41,6 @@ alias l="ls -al" alias dm="du -m -d 1" export EDITOR=nano export PATH="/Applications/Postgres93.app/Contents/MacOS/bin/:$PATH" ``` -
mariusa revised this gist
Nov 18, 2013 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -8,6 +8,7 @@ * Heroku https://toolbelt.heroku.com/ * NodeJS http://nodejs.org/download/ * Code editor http://www.lighttable.com/ * Postgres http://postgresapp.com/ -
mariusa revised this gist
Nov 18, 2013 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -35,6 +35,7 @@ sudo ipfw add 100 fwd 127.0.0.1,5000 tcp from any to any 80 in ``` nano ~/.bash_profile # copy-paste these alias l="ls -al" alias dm="du -m -d 1" -
mariusa revised this gist
Nov 18, 2013 . 1 changed file with 9 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -31,3 +31,12 @@ jekyll serve --watch sudo ipfw add 100 fwd 127.0.0.1,5000 tcp from any to any 80 in ``` ### bash ``` nano ~/.bash_profile alias l="ls -al" alias dm="du -m -d 1" export EDITOR=nano ``` -
mariusa revised this gist
Nov 7, 2013 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -24,5 +24,10 @@ jekyll serve --watch # now browse to http://localhost:4000 ``` ## Misc ### Forward port 5000 to port 80 ``` sudo ipfw add 100 fwd 127.0.0.1,5000 tcp from any to any 80 in ``` -
mariusa revised this gist
Nov 7, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,7 @@ * Xcode ## Install from web * Terminal http://www.iterm2.com/ * Heroku https://toolbelt.heroku.com/ * NodeJS http://nodejs.org/download/ * Code editor http://www.lighttable.com/ -
mariusa revised this gist
Nov 7, 2013 . 1 changed file with 5 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -4,9 +4,11 @@ * Xcode ## Install from web * Terminal http://www.iterm2.com/#/section/home * Heroku https://toolbelt.heroku.com/ * NodeJS http://nodejs.org/download/ * Code editor http://www.lighttable.com/ -
mariusa revised this gist
Nov 7, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ## Site content management tool Open Terminal. Paste these commands: ``` sudo su - -
mariusa renamed this gist
Nov 7, 2013 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
mariusa revised this gist
Nov 7, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # How to setup OSX dev environment ## Install from App Store * Xcode -
mariusa revised this gist
Nov 7, 2013 . 1 changed file with 0 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -9,8 +9,6 @@ * http://www.iterm2.com/#/section/home # Site content management tool Open Terminal. Paste these commands: -
mariusa revised this gist
Nov 7, 2013 . 1 changed file with 9 additions and 10 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,15 @@ # Basics ## Install from App Store * Xcode ## Install from web * https://toolbelt.heroku.com/ * http://nodejs.org/download/ * http://www.iterm2.com/#/section/home Open Xcode > Preferences > Downloads > Command Line Tools (???) # Site content management tool @@ -17,13 +24,5 @@ jekyll serve --watch # now browse to http://localhost:4000 ``` -
mariusa revised this gist
Nov 7, 2013 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -22,3 +22,8 @@ jekyll serve --watch Install * https://toolbelt.heroku.com/ * http://nodejs.org/download/ * http://www.iterm2.com/#/section/home -
mariusa revised this gist
Nov 7, 2013 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -17,4 +17,8 @@ jekyll serve --watch # now browse to http://localhost:4000 ``` # Local dev env Install * https://toolbelt.heroku.com/ * http://nodejs.org/download/ -
mariusa renamed this gist
Nov 7, 2013 . 1 changed file with 9 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,14 +1,20 @@ # Basics Open App Store, install Xcode Open Xcode > Preferences > Downloads > Command Line Tools # Site content management tool Open Terminal. Paste these commands: ``` sudo su - gem update --system gem install jekyll jekyll-contentblocks -V # from site folder jekyll serve --watch # now browse to http://localhost:4000 ``` -
mariusa revised this gist
Sep 10, 2013 . 1 changed file with 1 addition and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,6 @@ Open App Store, install Xcode Open Xcode > Preferences > Downloads > Command Line Tools Open Terminal. Paste these commands: -
mariusa revised this gist
Sep 10, 2013 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -10,3 +10,7 @@ sudo su - gem update --system gem install jekyll jekyll-contentblocks -V jekyll serve --watch # browse to http://localhost:4000 -
mariusa revised this gist
Sep 10, 2013 . 1 changed file with 2 additions and 7 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,17 +1,12 @@ Open App Store, install Xcode XCode Preferences > Downloads > Command Line Tools Open Terminal. Paste these commands: sudo su - gem update --system gem install jekyll jekyll-contentblocks -V -
mariusa revised this gist
Sep 9, 2013 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -10,4 +10,8 @@ ruby --version sudo su - gem update --system gem install jekyll jekyll-contentblocks -V #rails #TODO how to update ruby -
mariusa created this gist
Sep 9, 2013 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ Open App Store, install Xcode XCode Preferences > Downloads Command Line Tools Open Terminal ruby --version sudo su - gem update --system gem install jekyll jekyll-contentblocks rails -V