Changes

From Amahi Wiki
Jump to: navigation, search
394 bytes added ,  15:36, 3 August 2010
no edit summary
You'll need to [[RenewIP|renew the IP address]] of your client computers, once your old DHCP server is disabled.<br/>
You'll then be able to access the Amahi dashboard at http://hda, and your installed apps using http://app_name
 
If you created a swap partition while partitioning your storage device, you'll need to tell Amahi to use that partition for swap space. You'll need to change '''/dev/sda2''' for the real path to your swap partition. SSH into your Amahi server, and execute the following:
mkswap /dev/sda2
echo "/dev/sda2 swap swap defaults 0 0" >> /etc/fstab
swapon -a