Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 661 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 661 Bytes

Webserv

This project is about writing your own HTTP server.

Installation

To install webserv, first clone the repository:

git clone https://github.com/EthanDelage/Webserv.git
cd Webserv

To get the executable, run the following command:

make

Usage

To run the server you need to have a correctly formatted configuration file.
More information about configuration can be found at docs/config_file.md.

Launch server

Run the following command:

./webserv path_to_config_file.conf

Contributors