Skip to content

Commit

Permalink
updated docs to 0.4 download link
Browse files Browse the repository at this point in the history
  • Loading branch information
bradrydzewski committed May 25, 2015
1 parent 61b574c commit c2bdaee
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/drone/DEBIAN/conffiles
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/etc/init/drone.conf
/etc/drone/drone.toml
/etc/drone/drone.toml
8 changes: 8 additions & 0 deletions doc/install-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,11 @@ sudo docker run \
-e DRONE_GITHUB_SECRET=1ac1eae5ff1b490892f5 \
--name=drone drone/drone
```

### Logging

When running Drone inside Docker the logs are sent to stdout / stderr. You can view the log output by running the following command:

```bash
docker logs drone
```
4 changes: 2 additions & 2 deletions doc/install-ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ wget -qO- https://get.docker.com/ | sh
Once the environment is prepared you can install Drone from a debian file. Drone will automatically start on port 80. Edit /etc/drone/drone.toml to modify the port.

```bash
wget downloads.drone.io/master/drone.deb
wget downloads.drone.io/0.4.0/drone.deb
sudo dpkg --install drone.deb
```

Expand All @@ -36,4 +36,4 @@ sudo restart drone

### Logging

The Drone service logs are written to `/var/log/upstart/drone.log`.
The Drone service logs are written to `/var/log/upstart/drone.log`.

0 comments on commit c2bdaee

Please sign in to comment.