Software Engineering - Starter Web app 1
The purpose here is to go over some basic web stuff and get a server up and running, with maybe a web interface. legend terminal commands A source block with a $ in front generally means this is a command you should run as your normal user from within a terminal or shell. Commands on your system are programs, and you should either only run commands you understand and/or originate from a trusted (by you) source. If the command is prefixed with a # it means to run the command with elevated permissions, such as the root user or as a sudoer using sudo. Generally commands that want elevated permissions should be treated with greater scrutiny. ...