Skip to content

HorseAJ86/caddy-install-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

THESE AREN'T THE SCRIPTS YOU'RE LOOKING FOR

This is left only for historical purposes. The updated scripts are at https://getcaddy.com

caddy-install-script

A script to install caddy server.

Install

On OS X and most *nixes

curl -fsSL bit.ly/install-caddy | bash

On Ubuntu and minimal *nix installations

wget -nv bit.ly/install-caddy -O - | bash

Run

If you want to quickly share a file with a friend or do some web development over http (don't worry, https forthcoming)

  1. Go into the directory where the files are
pushd /path/to/directory
  1. Run caddy-browse (or just caddy if you already have a Caddyfile there)
caddy-browse

# or if you have a Caddyfile
caddy
  1. Enjoy http at your IP address

http://192.168.1.101:2015/

About

A script to install caddy server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages