Page not found
+ +Sorry, but the page you were trying to get to, does not exist. You +may want to try searching this site using the sidebar or using our +API Reference page to find what +you were looking for.
+ + +diff --git a/doc/404.html b/doc/404.html new file mode 100644 index 00000000..8ca5a5cb --- /dev/null +++ b/doc/404.html @@ -0,0 +1,89 @@ + + +
+ + + + +Sorry, but the page you were trying to get to, does not exist. You +may want to try searching this site using the sidebar or using our +API Reference page to find what +you were looking for.
+ + +Callback implementation for c:ReleaseManager.Plugin.after_cleanup/1
Callback implementation for c:ReleaseManager.Plugin.after_package/1
Callback implementation for c:ReleaseManager.Plugin.after_release/1
Callback implementation for c:ReleaseManager.Plugin.before_release/1
Callback implementation for c:ReleaseManager.Plugin.after_cleanup/1
.
Callback implementation for c:ReleaseManager.Plugin.after_package/1
.
Callback implementation for c:ReleaseManager.Plugin.after_release/1
.
Add nerves to your list of dependencies in mix.exs
:
def deps do
+ [{:nerves, "~> 0.1"}]
+end
+Ensure nerves is started before your application:
+def application do
+ [applications: [:nerves]]
+end
+