Skip to content
/ shampoo Public
forked from dmatveev/shampoo

Smalltalk image-side server that provides a remote access to an image

License

Notifications You must be signed in to change notification settings

jimbog/shampoo

 
 

Repository files navigation

This is a Shampoo implementation for GNU Smalltalk
--------------------------------------------------

Installation:

        $ gst-package -t ~/.st package.xml

Do not forget to run tests to check if all is ok:

        $ gst-sunit -p Shampoo

To create and run a basic Shampoo image, invoke:

        $ gst-load -iI shampoo.im Shampoo
        $ gst-remote -I shampoo.im --daemon
        $ gst-remote -e "Shampoo.ShampooServer startOn: 9092 login: 'login' pass: '1234'"

Shampoo project homepage:

        http://dmitrymatveev.co.uk/shampoo

About

Smalltalk image-side server that provides a remote access to an image

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Smalltalk 98.9%
  • Shell 1.1%