Method: Server.start_https

Defined in:
lib/brisk/server/server.rb

.start_https(path) ⇒ Object



21
22
23
# File 'lib/brisk/server/server.rb', line 21

def self.start_https(path)
  spawn "cd #{path} && /usr/local/bin/thin start -d -R config.ru -a localhost -p 3003 --ssl"
end