updated docs to 0.4 download link

This commit is contained in:
Brad Rydzewski 2015-05-25 15:41:01 -07:00
parent 61b574cf29
commit c2bdaee40e
3 changed files with 11 additions and 3 deletions

View file

@ -1,2 +1,2 @@
/etc/init/drone.conf
/etc/drone/drone.toml
/etc/drone/drone.toml

View file

@ -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
```

View file

@ -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
```
@ -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`.