Web Services: Difference between revisions
| Line 16: | Line 16: | ||
We don't yet have a simple installer for web services, so for the time being: | We don't yet have a simple installer for web services, so for the time being: | ||
=== Using git === | |||
# cd ~/.sugar/default | # cd ~/.sugar/default | ||
# git clone <MY WEBSERVICE>.git | |||
=== Using tar === | |||
# cd ~/.sugar/default/extensions (you may have to create this directory with mkdir) | |||
# wget <MY WEBSERVICE> | # wget <MY WEBSERVICE> | ||
# gunzip <MY WEBSERVICE>.tar.gz | # gunzip <MY WEBSERVICE>.tar.gz | ||