From 1ec30429165d2e4992c6656a2fb5ac7e6a72334c Mon Sep 17 00:00:00 2001 From: Jeevanandam M Date: Sat, 8 Dec 2018 00:11:08 -0800 Subject: [PATCH] config, message and aah version updated --- Procfile | 2 +- aahwebsite.service | 4 ++-- config/aah.conf | 4 ++-- go.mod | 2 +- go.sum | 6 ++++-- views/pages/site/index.html | 2 +- 6 files changed, 11 insertions(+), 9 deletions(-) diff --git a/Procfile b/Procfile index 7230ff3..a842275 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: aahwebsite -profile prod_heroku \ No newline at end of file +web: aahwebsite run --envprofile prod_heroku \ No newline at end of file diff --git a/aahwebsite.service b/aahwebsite.service index b60eee4..b78919b 100755 --- a/aahwebsite.service +++ b/aahwebsite.service @@ -1,6 +1,6 @@ # GENERATED BY aah CLI - Feel free to customization it. # FILE: aahwebsite.service -# DATE: Sat, 07 Jul 2018 00:25:34 -0700 +# DATE: Fri, 07 Dec 2018 23:40:48 -0800 # DESC: aah application systemd service file [Unit] @@ -11,7 +11,7 @@ After=network.target User=aah Group=aah EnvironmentFile=/home/aah/aahwebsite_env_values -ExecStart=/home/aah/aahwebsite/bin/aahwebsite -profile prod +ExecStart=/home/aah/aahwebsite/bin/aahwebsite run --envprofile prod ExecReload=/bin/kill -HUP $MAINPID Restart=on-failure diff --git a/config/aah.conf b/config/aah.conf index 6013a34..b2bf8ba 100644 --- a/config/aah.conf +++ b/config/aah.conf @@ -117,8 +117,8 @@ view { # aah framework website custom configurations aah_release { - latest = "0.12.0" - date = "Dec 02, 2018" + latest = "0.12.1" + date = "Dec 07, 2018" } markdown { diff --git a/go.mod b/go.mod index c3b3f5e..d739847 100755 --- a/go.mod +++ b/go.mod @@ -1,7 +1,7 @@ module aahframework.org/website require ( - aahframe.work v0.12.0 + aahframe.work v0.12.1 aahframe.work/minify/html v0.1.0 github.com/hashicorp/go-version v1.0.0 github.com/russross/blackfriday v1.5.2 diff --git a/go.sum b/go.sum index d4fa0cf..c78a104 100644 --- a/go.sum +++ b/go.sum @@ -1,12 +1,14 @@ -aahframe.work v0.12.0 h1:qCc+PIno4Pe86tntFrEG0KqjRbDgX+E+eBQwhIPgXj0= aahframe.work v0.12.0/go.mod h1:pJFDfvHExiQFl3P3o5cvuhvJVZUBMtlbQmxafVhnbL0= +aahframe.work v0.12.1 h1:yCqUu+Y7A2mmH2VAd+Ysofvni12/YhAyjAUlDuDN/IY= +aahframe.work v0.12.1/go.mod h1:cwxvkz5siNsSfRiUdO203R4/ZgjWlf0G4e+nsI4okCc= aahframe.work/minify/html v0.1.0 h1:CHfM7EYj2AxWdr7I5GS8JaBKVx5WykkJWHKCI3ePkPs= aahframe.work/minify/html v0.1.0/go.mod h1:Qn72AfHnTkoXB42rgBEX6AjGnOS65nuxDPxD8LKcUuQ= cloud.google.com/go v0.30.0 h1:xKvyLgk56d0nksWq49J0UyGEeUIicTl4+UBiX1NPX9g= cloud.google.com/go v0.30.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/go-aah/forge v0.6.0 h1:cEcHIz31icYqPxYCNvtAU8xvkOPA1TQl9u9pa/P6wJk= github.com/go-aah/forge v0.6.0/go.mod h1:noFuP/1ZMLfYHd/CpUGNdlXgqeRaYiEkj7WsCdqnlvc= +github.com/go-aah/forge v0.7.0 h1:WgD53x4jUS14IRDeTON+m7tGkqUg0Oj+e5PhiKbtFTM= +github.com/go-aah/forge v0.7.0/go.mod h1:+pz2ywtYKCMzKtHa2kyKIOBw2XhQpj+dgch/vMGWyqo= github.com/go-playground/locales v0.12.1 h1:2FITxuFt/xuCNP1Acdhv62OzaCiviiE4kotfhkmOqEc= github.com/go-playground/locales v0.12.1/go.mod h1:IUMDtCfWo/w/mtMfIE/IG2K+Ey3ygWanZIBtBW0W2TM= github.com/go-playground/universal-translator v0.16.0 h1:X++omBR/4cE2MNg91AoC3rmGrCjJ8eAeUP/K/EKx4DM= diff --git a/views/pages/site/index.html b/views/pages/site/index.html index 085ad75..c9d8527 100644 --- a/views/pages/site/index.html +++ b/views/pages/site/index.html @@ -36,7 +36,7 @@

A secure, flexible, rapid Go web framework

-

Upcoming new app called THUMBAI from author of aah

+

Upcoming new app "THUMBAI - Go Mod Repository and Go Vanity" from author of aah

Try out live instance here https:/aahframework.org/thumbai with username/password: readonly/readonly