diff options
author | Girish Ramakrishnan <girish@cloudron.io> | 2016-09-16 18:04:45 -0700 |
---|---|---|
committer | Girish Ramakrishnan <girish@cloudron.io> | 2016-09-16 18:04:45 -0700 |
commit | e7b4cd49fdeacedc074feaef278fb9ca5a8bee79 (patch) | |
tree | 0c53b5bb6e2780656c7235408e03c89bb41b6ebd | |
parent | 3724f36e5c7b72c00cec353f84879308e9591870 (diff) | |
download | Surfer-e7b4cd49fdeacedc074feaef278fb9ca5a8bee79.tar.gz Surfer-e7b4cd49fdeacedc074feaef278fb9ca5a8bee79.tar.zst Surfer-e7b4cd49fdeacedc074feaef278fb9ca5a8bee79.zip |
add post install message
-rw-r--r-- | CloudronManifest.json | 3 | ||||
-rw-r--r-- | POSTINSTALL.md | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/CloudronManifest.json b/CloudronManifest.json index 2172b4f..00a7e6c 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json | |||
@@ -27,5 +27,6 @@ | |||
27 | "https://s3.amazonaws.com/cloudron-app-screenshots/io.cloudron.surfer/8c87c0db33704755c3ff9a48fd0089d6ae72928d/img02.png", | 27 | "https://s3.amazonaws.com/cloudron-app-screenshots/io.cloudron.surfer/8c87c0db33704755c3ff9a48fd0089d6ae72928d/img02.png", |
28 | "https://s3.amazonaws.com/cloudron-app-screenshots/io.cloudron.surfer/8c87c0db33704755c3ff9a48fd0089d6ae72928d/img03.png" | 28 | "https://s3.amazonaws.com/cloudron-app-screenshots/io.cloudron.surfer/8c87c0db33704755c3ff9a48fd0089d6ae72928d/img03.png" |
29 | ], | 29 | ], |
30 | "changelog": "file://CHANGELOG" | 30 | "changelog": "file://CHANGELOG", |
31 | "postInstallMessage": "file://POSTINSTALL.md" | ||
31 | } | 32 | } |
diff --git a/POSTINSTALL.md b/POSTINSTALL.md new file mode 100644 index 0000000..bd45d42 --- /dev/null +++ b/POSTINSTALL.md | |||
@@ -0,0 +1,2 @@ | |||
1 | To access the admin interface, visit `/_admin`. | ||
2 | |||