easyvault:easyvault_release_missing
easyVault
default release is missing
This should not happen, but in case it stills, this is how you put a working release back.
First, go to the / of the project and generate a new release with:
mix phx.gen.release
mix release
Then, rename the release located at “~/git/easyvault-web-phoenix/_build/rel/easy_vault” with the form:
<timestamp>_nom
inside the folder, zip the elements before putting it at “/home/acdsn/giteasyvault-web-phoenix/build/master/”. Create the symbolic link named current with :
ln -s /home/acdsn/giteasyvault-web-phoenix/build/master/<timestamp>_nom current
Don't forget to check the owner of the files, must be acdsn
easyvault/easyvault_release_missing.txt · Last modified: 2024/07/25 12:50 by ateixeira