PiDav – WebDav Raspberry Pi Tutorial – Part One

Author:

Raspberry Pi WebDav

PLEASE NOTE THIS POST HAS BEEN SUPERCEEDED in 2023. The lastes post can be found here:

The quite brilliant Raspberry Pi is a marvelous little computer which can run a version of Debian Linux. With a little bit of tinkering you can configure your Pi to run a web server and therefore WebDav.

Before you get going with WebDav Raspberry Pi, you’ll need with the latest OS installed on it. By following this tutorial that should get you going.

http://elinux.org/RPi_Easy_SD_Card_Setup

When you first boot up your WebDav Raspberry Pi you are prompted to set up some basic configuration. I suggest that you enable SSH and change the password for the Pi default user account. SSH enables you to remotely configure your Pi over a network headless (i.e. no keyboard, mouse or monitor connected).

Once you’ve finished configuring your Pi and finished it’s a good idea to reboot.

sudo shutdown -r -time now

As it boots up try and take note of the IP address that is shown as part of the boot process. If you didn’t spot it don’t worry, you can log into your router and look at the list of connected devices. It should be easy to spot the IP address your Pi has been given. Make a note of it.

Once you’ve rebooted SSH into your Pi. I’m using terminal on a Mac so only have to type

ssh -l pi

The IP address is the one you took note of earlier.

You should now be prompted to input the password you set earlier and then be prompted with the following text:

Linux raspberrypi 3.2.27+ #250 PREEMPT Thu Oct 18 19:03:02 BST 2012 armv6l

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Tue Jan 22 20:21:57 2013 from computer
pi@raspberrypi ~ $

Follow this tutorial to change the automatically generate IP address to a static one you can remember.

http://www.raspberrypi-tutorials.co.uk/raspberry-pi-static-ip-address/

Before we start installing further software it is a good idea to update your already install applications.

sudo apt-get update

Next up install Apache

sudo apt-get install apache2

Now you have a web server set up; in part two we will show you how to configure WebDav and then go onto describe how to access from an iPad.

Notice

We and selected third parties collect personal information as specified in the privacy policy and use cookies or similar technologies for technical purposes and, with your consent, for experience, measurement and “marketing (personalized ads)” as specified in the cookie policy.

With respect to advertising, we and 933 selected , may use precise geolocation data, and identification through device scanning in order to store and/or access information on a device and process personal data like your usage data for the following : personalised advertising and content, advertising and content measurement, audience research and services development.

You can freely give, deny, or withdraw your consent at any time by accessing the preferences panel. If you give consent, it will be valid only in this domain. Denying consent may make related features unavailable.

Use the “Accept” button to consent. Use the “Reject” button to continue without accepting.

Press again to continue 0/2