Create GWT-Ext project under NetBeans
- Read more about Create GWT-Ext project under NetBeans
- Log in to post comments
copy "js" dir from gwt-ext archive int project web folder
Main.gwt.xml
add
welcomeGWT.html
add
copy "js" dir from gwt-ext archive int project web folder
Main.gwt.xml
add
welcomeGWT.html
add
from Documentation/kernel-parameters.txt
vga=xxx
set your framebuffer resolution to VESA mode xxx. (http://en.wikipedia.org/wiki/VESA_BIOS_Extensions#Linux_video_mode_numbers)
acpi=off OR noacpi
This parameter disables the whole ACPI system. This may prove very useful, for example, if your computer does not support ACPI or if you think the ACPI implementation might cause some problems (for instance random reboots or system lockups)
acpi=force
sudo apt-get install -y hdparm
cat <> /etc/hdparm.conf
/dev/sda {
spindown_time = 240
}
EOF
!
# create boot disc, sd-card with vfat filesystem
wget ftp://ftp.debian.org/debian/dists/stable/main/installer-armel/current/images/kirkwood/netboot/marvell/sheevaplug/uImage
wget ftp://ftp.debian.org/debian/dists/stable/main/installer-armel/current/images/kirkwood/netboot/marvell/sheevaplug/uInitrd
mmc rescan
fatload mmc 0:1 0x00800000 /uImage
fatload mmc 0:1 0x01100000 /uInitrd
setenv bootargs console=ttyS0,115200n8 base-installer/initramfs-tools/driver-policy=most
bootm 0x00800000 0x01100000
# allow root login (change settins on sd card)
cat /etc/ssh/sshd_config | grep Root
P
Links
http://www.cyrius.com/debian/kirkwood/sheevaplug/install.html
https://wiki.ubuntu.com/ARM/RootfsFromScratch
http://plugcomputer.org/plugwiki/index.php/Frequently_Asked_Questions - SheevaPlug FAQ
http://www.sheevaplug.de/index.php
http://archlinuxarm.org/platforms
http://blog.bofh.it/debian/id_265
http://www.plugcomputer.org/
unbrick sheevaplug u-boot
https://newit.co.uk/forum/index.php?topic=626.0
http://dl.panticz.de/sheevaplug/Guruplug-installer.tar.gz
sudo ./runme.sh ./uboot.bin
create root fs
/admin/settings/performance
Seitencache
Caching-Modus: Normal
Block-Cache
Block-Cache: Aktiviert (empfohlen)
[Save]
# download and extract german language pack
http://drupal-de.googlecode.com/files/de.po.zip
# enable locale module
Administer > Site building >Modules
admin/build/modules
check: Locale
# install german language
Administer > Site building > Translate interface > Import
admin/build/translate/import
Language file: de.po/de.po
Import into: German
[Import]
# set german to default language
Administer > Site configuration > Languages
admin/settings/language
German: Default
# Links
http://drupal.org/project/de
# Modern
cd /var/www
/var/www/pear mage-setup /var/www
/var/www/pear install magento-core/Interface_Frontend_Default_Modern
System > Configuration > Design > Themes
Default: modern
# Blank
cd /var/www
/var/www/pear mage-setup /var/www
/var/www/pear install magento-core/Interface_Frontend_Default_Modern
System > Configuration
General > Design > Themes
Default: blank
cd /var/www/
./pear install magento-community/magento_easy_lightbox
# enable by sql
INSERT INTO core_config_data (scope, scope_id, path,value)
VALUES ('default', 0 ,'easy_lightbox/general/enabled', '1')
ON DUPLICATE KEY UPDATE value = '1';
# clear cache
rm -r var/cache/
# enable in admin menu
change settings > Preferred State: "beta"
magento-community/magento_easy_lightbox
first LOGOUT and LOGIN again!
Admin > Templates-master >Easy Lightbox > General
Enable EasyLightbox: Yes
LINKS
http://www.magentocommerce.com/extension/1487/magento-easy-lightbox