Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Add Makefile, configuration files and scripts #13

Closed

Commits on Jul 1, 2023

  1. Add Makefile, configuration files and scripts

    Update the README with instructions on setting up, configuring, building
    and running the Nginx app with Unikraft. As part of it, add Makefile
    files, configuration files and scripts; they are referenced in the
    `README.md` file.
    
    Current instructions cover the use of QEMU/KVM platform (both on x86_64 and
    on AArch64) and GCC. Firecraker/KVM, Xen, Linux platforms and Clang are
    not yet documented.
    
    Signed-off-by: Razvan Deaconescu <razvand@unikraft.io>
    razvand committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    c36ba90 View commit details
    Browse the repository at this point in the history
  2. Add .gitignore file

    Ignore files and folder that are output from the set up, configure,
    build or run steps.
    
    Signed-off-by: Razvan Deaconescu <razvand@unikraft.io>
    razvand committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    dc3235f View commit details
    Browse the repository at this point in the history