Skip to content

Commit be201d0

Browse files
committed
heroku button
1 parent 92e94e3 commit be201d0

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
- [id/password] user2 / user2
1313
- [id/password] user3 / user3
1414

15+
### Deploy to Heroku
16+
17+
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/kaakaa/knowledge/tree/heroku)
1518

1619
#### Project website (more info)
1720
- https://support-project.org/knowledge_info/index

app.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "knowledge",
3+
"description": "Free Knowledge Management System",
4+
"keywords": [
5+
"knowledge",
6+
"java"
7+
],
8+
"website": "https://github.com/support-project/knowledge",
9+
"repository": "git://github.com/support-project/knowledge.git",
10+
"success_url": "/index"
11+
}

0 commit comments

Comments
 (0)