You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will generate your server binary in target/server/release and your site package in target/site .
I don't understand this. I found the release file is on target/release/hello-ssr (my project name).
or maybe the hello-ssr can combined all resourced into one binary for easier install?
My memo about this. (only for linux/mac user)
## Run Release without source code
pack in a tgz file.
tar czf {{project-name}}.tgz target/release/{{project-name}} target/site
mkdir /tmp/your_site
tar -C /tmp/your_site -xf {{project-name}}.tgz
cd /tmp/your_site
target/release/{{project-name}}
The text was updated successfully, but these errors were encountered:
I've done
## Compiling for Release
.I don't understand this. I found the release file is on target/release/hello-ssr (my project name).
or maybe the hello-ssr can combined all resourced into one binary for easier install?
My memo about this. (only for linux/mac user)
The text was updated successfully, but these errors were encountered: