Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 0dbe803

Browse files
Jonathan McAllisterJonathan McAllister
andauthored
readme changes for efp. do not merge until 11/28 (heroku#175)
Co-authored-by: Jonathan McAllister <[email protected]>
1 parent 1d7456d commit 0dbe803

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ A barebones Java app, which can easily be deployed to Heroku.
44

55
This application supports the [Getting Started with Java on Heroku](https://devcenter.heroku.com/articles/getting-started-with-java) article - check it out.
66

7-
[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)
8-
97
## Running Locally
108

119
Make sure you have Java and Maven installed. Also, install the [Heroku CLI](https://cli.heroku.com/).
@@ -27,11 +25,20 @@ JDBC_DATABASE_URL=jdbc:postgresql://localhost:5432/java_database_name
2725

2826
## Deploying to Heroku
2927

28+
Using resources for this example app counts towards your usage. [Delete your app](https://devcenter.heroku.com/articles/heroku-cli-commands#heroku-apps-destroy) and [database](https://devcenter.heroku.com/articles/heroku-postgresql#removing-the-add-on) as soon as you are done experimenting to control costs.
29+
30+
By default, apps use Eco dynos if you are subscribed to Eco. Otherwise, it defaults to Basic dynos. The Eco dynos plan is shared across all Eco dynos in your account and is recommended if you plan on deploying many small apps to Heroku. Learn more about our low-cost plans [here](https://blog.heroku.com/new-low-cost-plans).
31+
32+
Eligible students can apply for platform credits through our new [Heroku for GitHub Students program](https://blog.heroku.com/github-student-developer-program).
33+
3034
```sh
3135
$ heroku create
3236
$ git push heroku main
3337
$ heroku open
3438
```
39+
or
40+
41+
[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)
3542

3643
## Documentation
3744

0 commit comments

Comments
 (0)