X-Git-Url: http://git.euphorik.ch/?p=rup.git;a=blobdiff_plain;f=README.md;h=c50b3746d0bae2b4144f66370a9461f1a39c4473;hp=4308f25e1de1683eec4eba31335720b05291080b;hb=HEAD;hpb=51aa7c917b3ecfb80d06d5a06cc9f553b8bc91c6 diff --git a/README.md b/README.md index 4308f25..b72b710 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,28 @@ -== How to setup openssl on windows +# Setup + +## Openssl on windows * Install vcpkg * PS> git clone https://github.com/Microsoft/vcpkg.git * PS> cd vcpkg * PS> .\bootstrap-vcpkg.bat * Install openssl dev livb - * PS> vcpkg install openssl:x64-windows + * PS> .\vcpkg.exe install openssl:x64-windows * Define these env variables: * $env:VCPKG_ROOT= * $env:OPENSSL_DIR=\installed\x64-windows * Add this path to $env:PATH: * \installed\x64-windows\bin +## Sass + +Sass is needed to generate the CSS file (backend/static/style.css) from the SASS file (backend/style.scss). + + +## Run backend + +* use the command 'Cargo run' in the backend directory (not in the root directory). -== Autoreload +## Autoreload https://actix.rs/docs/autoreload/ \ No newline at end of file