Hi everybody!
I need a help with running swiki as headless service under linux. I
tried about it but something was wrong. First of all I acquired a source
code of Squeak 2.7. Then I typed " make CFLAGS='-DHEADLESS' " and binary
file of VM was created. I took a pure image and launched this short
example in workspace:
Smalltalk snapshot: true andQuit: true.
str := StandardFileStream fileNamed: 'test.txt'.
str nextPutAll: 'Yes!'.
str close.
When image was saved, I ran it by headless squeak typed something like "
./squeak -m64m squeak.image ". But nothing happened, no file was created
and process had to be stopped. What I did bad or should done ? Thanks
for any advice.
Martin Baco