X-Git-Url: http://git.euphorik.ch/?p=rup.git;a=blobdiff_plain;f=README.md;h=c50b3746d0bae2b4144f66370a9461f1a39c4473;hp=d91fd323fb48d8b07dc98a1dd34ff2875d0c0a3d;hb=HEAD;hpb=7b132e2976883c7b8e63540129a36eb63ceb33c5 diff --git a/README.md b/README.md index d91fd32..b72b710 100644 --- a/README.md +++ b/README.md @@ -1,16 +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