A new image for RaspberryPI has been released! New 0.2 version contains our latest lagarto v1.2, including lagarto-max with all the latest database/graph features. The new image is less than 4GB instead of 8GB for better compatibility with existing flash cards. Once copied the image to the SD card, the main partition can be stretched to the rest of the available capacity with GParted. Thus, as shown in the precedent tutorial, we have to follow the following steps:
From Linux, you can use dd to copy the image into the flash card:
# dd if=lagarto_rpi_0.2_4gb.img o f=/dev/sdc
where /dev/sdc is the SD card file system The image automatically sets the IP address to 192.168.1.22 by default so you'll have to configure your LAN to accept the board. Then SSH into it if you want to set your own DNS's and IP settings:
# ssh root@192.168.1.22 (password: raspberry) Now you can access Lagarto-SWAP from http://192.168.1.22:8001 and Lagarto-MAX from http://192.168.1.22:8002. Needless to say, you can change the IP address and parameters from /etc/network/interfaces whenever you want. You'll also want to set your own DNS's from /etc/resolv.conf. Lagarto-SWAP and Lagarto-MAX automatically start on start-up so there is no need to manually launch them. |
Announcements >