Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000
year|album|artist | |
1955|In The Wee Small Hours|Frank Sinatra | |
1956|Ellington at Newport _56|Duke Ellington | |
1956|Elvis Presley|Elvis Presley | |
1956|Songs For Swingin' Lovers|Frank Sinatra | |
1956|Birth of the Cool|Miles Davis | |
1956|Tragic Songs Of Life|The Louvin Brothers | |
1957|The Atomic Mr Basie|Count Basie | |
1957|This is Fats Domino|Fats Domino | |
1957|Here_s Little Richard|Little Richard |
Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000
These instructions will guide you through the process of setting up local, trusted websites on your own computer.
These instructions are intended to be used on macOS Sierra, but they have been known to work in El Capitan, Yosemite, Mavericks, and Mountain Lion.
NOTE: You may substitute the edit
command for nano
, vim
, or whatever the editor of your choice is. Personally, I forward the edit
command to Sublime Text:
alias edit="/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl"