Photo gallery?
by Damien Cassou
Hi,
is there any photo gallery available for Pier? I mean a widget where I
could upload pictures and they are rendered in a nice way. I started
one 4 years ago but I abandoned it.
Bye
--
Damien Cassou
http://damiencassou.seasidehosting.st
5 years, 8 months
Questions on Pier
by Alexandre Bergel
Dear List,
I just downloaded the last version of Pier. I immediately bumped into
a number of issues:
- how to remove the developer bar ("new session, configure, ...")? I
tried to click on configure and then set Deployment Mode to true, but
the bar still remains
- is there a way to change http://localhost:8080/seaside/pier into http://localhost:8080/
(i.e., removing 'seaside/pier'?
- there is 'pier:' in the title. How to remove it? I tried Edit
Design and edit on different environment and pages, but I could not
find it. Maybe it should be removed by default.
Cheers,
Alexandre
NB: The description given in the 'about' tab is useful. By the way, is
_Environment acts as templates, why not having _Template instead?
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
14 years
Magritte with Seaside29 does not works :(
by Esteban Lorenzano
Hi,
I tried magritte with seaside29 and it does not works at all... It
hangs right after an asComponent who should display a single string.
Unfortunatelly, my knowledge of magritte is just as an user, and I
couldn't get why this is happening... but it is at some place at
memento pull method.
Cheers,
Esteban
14 years, 1 month
Google Gears
by Maarten MOSTERT
Hi,
When I do a yahoo search with the name of my website and then point to it yahoo tells me:
What is the explanation for this behaviour.
Best regards,
@+Maarten,
14 years, 1 month
script to restart an image
by Nicolas Roard
Hi,
This little bash script might be useful to some:
#!/bin/bash
NAME=pier_backup
VM_PATH=/var/www/pier
OPTIONS="-vm-display-X11 -headless -vm-sound-null -mmap 64m"
VM="$VM_PATH/vm/pharo-vm-0.15.2d-linux/squeak $OPTIONS"
LOOKUP="$NAME*.image"
ls $VM_PATH/$LOOKUP -t1 | while read fn
do
TEST=`ps ax | grep squeak | grep -c $NAME`
if [ $TEST == 0 ]
then
echo "RESTART VM $fn"
$VM $fn &
fi
exit
done
Stick it in your crontab, and it will automatically restart squeak if
somehow it died, using the last backup pier created (image
persistency)
--
Nicolas Roard
"I love deadlines. I like the whooshing sound
they make as they fly by." -- Douglas Adams
14 years, 1 month
Headless on Mac OS X
by Aaron Rosenzweig
Hello All,
Does anyone run Pier headless on Mac OS X? I saw the nice tutorial here:
http://www.piercms.com/doc/deploy
But it only deals with starting up the VM and not how to close it
gracefully when the entire server reboots.
I'm thinking of something along the lines of using "systemstarter" in
Tiger or "launchctl" in Leopard. These both automatically issue a
"start" and "stop" script. For example:
sudo systemstarter start "WebObjects Services"
or
sudo launchctl start com.apple.webobjects.wotaskd
Thanks,
-- Aaron
14 years, 1 month
Pier site transfer problem
by Krishna
Hi all,
Wanted to upgrade my aging (pre 1.1) pier installation. Downloaded the
image running on the server and updated magritte and pier to their
latest revisions on lr's repository. Then following
http://www.lukas-renggli.ch/blog/export-import, I exported the current
site contents. But when importing the resulting file back into the
pier-1.2 one-click image , I get this error:
Unable to import: 'Global "CZBibList" not found'.
How do I fix this?
Worst case, I can simply copy back the updated image but I'd like to
use the new 1.2 one-click image as it is much smaller.
Thanks in advance,
--Krishna
--
I long to accomplish a great and noble task, but it is my chief duty
to accomplish small tasks as if they were great and noble !
-- Helen Keller
14 years, 1 month