Skip to content

Commit

Permalink
config, message and aah version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevatkm committed Dec 8, 2018
1 parent b1d12a0 commit 1ec3042
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: aahwebsite -profile prod_heroku
web: aahwebsite run --envprofile prod_heroku
4 changes: 2 additions & 2 deletions aahwebsite.service
Original file line number Diff line number Diff line change
@@ -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]
Expand All @@ -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

Expand Down
4 changes: 2 additions & 2 deletions config/aah.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 4 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -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=
Expand Down
2 changes: 1 addition & 1 deletion views/pages/site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h4 class="no-anchor">A secure, flexible, rapid Go web framework</h4>
</div>
<div class="text-center" style="padding-left:20%;padding-right:20%">
<div class="alert alert-info-green tmrgn-35" >
<p>Upcoming new app called <a href="https://github.com/thumbai/thumbai" target="_blank">THUMBAI</a> from author of aah</p>
<p>Upcoming new app "<a href="https://github.com/thumbai/thumbai" target="_blank">THUMBAI</a> - Go Mod Repository and Go Vanity" from author of aah</p>
<p>Try out live instance here <a href="https:/aahframework.org/thumbai" target="_blank">https:/aahframework.org/thumbai</a> with username/password: <code>readonly/readonly</code></p>
</div>
</div>
Expand Down

0 comments on commit 1ec3042

Please sign in to comment.