Skip to content

Commit

Permalink
Merge pull request #4 from StefanoDeVuono/3-better-documentation-for-…
Browse files Browse the repository at this point in the history
…set-up

Specify that apt-* files go in project root
  • Loading branch information
jazzzz committed Nov 14, 2014
2 parents 854dd78 + 8176aa0 commit 094f2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ git clone https://github.com/F4-Group/dokku-apt /var/lib/dokku/plugins/dokku-apt
dokku plugins-install
```

All future deployments will read `apt-repositories` and `apt-packages` files and install them using `apt-get`.
When you deploy your project, the dokku-apt plugin will install according to your project's `apt-repositories` and `apt-packages` files. You should store these files in your projects root as the docker container will copy your project to its /app directory. This is where the dokku-apt plugin looks for `apt-repositories` and `apt-packages`.

## apt-packages
This file should contain apt packages to install, accepts multiple packages per line, and multiple lines.
Expand Down

0 comments on commit 094f2cb

Please sign in to comment.