Mercurial Hosting > luan
changeset 1309:5684a14582c4
move website to www.luan.ws
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 24 Jan 2019 00:55:10 -0700 |
parents | 70eecde81820 |
children | 41b35c15ad36 |
files | conv.txt website/push-local.sh website/push.sh website/src/tutorial.html.luan |
diffstat | 4 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/conv.txt Wed Jan 23 23:37:02 2019 -0700 +++ b/conv.txt Thu Jan 24 00:55:10 2019 -0700 @@ -2,6 +2,7 @@ Io.output_to Io.output_of + "stringify" "Thread.once" "Thread.repeating"
--- a/website/push-local.sh Wed Jan 23 23:37:02 2019 -0700 +++ b/website/push-local.sh Thu Jan 24 00:55:10 2019 -0700 @@ -1,1 +1,1 @@ -luan luan:host/push.luan luan.me.luanhost.com word src 2>&1 | tee err +luan luan:host/push.luan www.me.luan.ws word src 2>&1 | tee err
--- a/website/push.sh Wed Jan 23 23:37:02 2019 -0700 +++ b/website/push.sh Thu Jan 24 00:55:10 2019 -0700 @@ -1,2 +1,2 @@ PASSWORD=$1 -luan luan:host/push.luan luan.luanhost.com $PASSWORD src 2>&1 | tee err +luan luan:host/push.luan www.luan.ws $PASSWORD src 2>&1 | tee err
--- a/website/src/tutorial.html.luan Wed Jan 23 23:37:02 2019 -0700 +++ b/website/src/tutorial.html.luan Thu Jan 24 00:55:10 2019 -0700 @@ -96,10 +96,10 @@ <p>You can find this example and others in the <a href="examples/">examples directory</a>. Take a look at <a href="examples/hi2.luan">hi2.luan</a> next. Remember to remove the <b>.luan</b> from the URL to run the code. And by the way, you can see the source for this page at <a href="tutorial.html.luan">tutorial.html.luan</a>.</p> -<p>So now you have built your website and you want to publish it to the web. If you have your own domain, create a CNAME record for it pointing to <b>s1.luanhost.com</b>. If you don't have a domain, just use a domain like <b>bob.s1.luanhost.com</b> (anything of the form <b>*.s1.luanhost.com</b>). Assuming your directory is <b>site</b> and you will use the password <b>secret</b>, do the following from the command line: +<p>So now you have built your website and you want to publish it to the web. If you have your own domain, create a CNAME record for it pointing to <b>s1.luan.ws</b>. If you don't have a domain, just use a domain like <b>bob.s1.luan.ws</b> (anything of the form <b>*.s1.luan.ws</b>). Assuming your directory is <b>site</b> and you will use the password <b>secret</b>, do the following from the command line: <pre> - luan luan:host/push.luan bob.s1.luanhost.com secret site + luan luan:host/push.luan bob.s1.luan.ws secret site </pre> <p>The form is <b>luan luan:host/push.luan domain password directory</b>. If you change your site, just run this again and your site will be updated. To delete your site, do <b>luan luan:host/delete.luan domain password</b>.</p>