Skip to content

Commit

Permalink
Merge pull request #7 from kalxas/fix_readme
Browse files Browse the repository at this point in the history
Fixed README
  • Loading branch information
jj0hns0n authored Jan 4, 2017
2 parents 7612678 + 28d4a22 commit 1d1cedb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ Role Variables

* `app_name` - GeoNode project name (default: `my_geonode`)
* `github_user` - GitHub username that owns the project (default: `GeoNode`)
* `repo_name` - GitHub repository name (defaults to `app_name`: `my_geonode`)
* `code_repository` - URL to the Code Repository (default: `https://github.com/{{ github_user }}/{{ app_name }}.git`)
* `branch_name` - Git branch to use for deployment (default: `master`)

The `app_name` variable will be used to set the database names and credentials. You can override this behavior with the following variables.

Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ github_user: GeoNode

# git repository name
# defaults to the application name, but should be overriden if diffent
repo_name: my_geonode
repo_name: "{{ app_name }}"

# remote git repository to pull application code from, for example:
code_repository: "https://github.com/{{ github_user }}/{{ repo_name }}.git"
Expand Down

0 comments on commit 1d1cedb

Please sign in to comment.