These steps explain how to start UXTR.
c:\> cd c:\uxtr-1.0
REM development mode
c:\uxtr-1.0> bin\uxtr.cmd console
REM production mode
c:\uxtr-1.0> bin\uxtr.cmd start
Or by using the UXTR’s Quick Start menu:
$ cd /Applications/uxtr
$ ./bin/uxtr console # development mode
$ ./bin/uxtr start # production mode, or:
$ ./Start
Or by using the Quick Launchers:
$ cd $HOME/.uxtr
$ ./bin/uxtr console # development mode
$ ./bin/uxtr start # production mode, or:
$ ./Start
These steps explain how to stop UXTR.
REM development mode
REM from the Erlang shell, type:
(uxtr@aleph)1> init:stop().
REM production mode
c:\> cd c:\uxtr-1.0
c:\uxtr-1.0> bin\uxtr.cmd stop
Or by using the UXTR’s Quick Stop menu:
# development mode
# from the Erlang shell, type:
(uxtr@aleph)1> init:stop().
# production mode
$ cd /Applications/uxtr
$ ./bin/uxtr stop
# or:
$ ./Stop
Or by using the Quick Launchers:
# development mode
# from the Erlang shell, type:
(uxtr@aleph)1> init:stop().
# production mode
$ cd $HOME/.uxtr
$ ./bin/uxtr stop
# or:
$ ./Stop
# Perma.cc website: "plain" producer + "123456" identifier
$ curl 'http://127.0.0.1:6789/?o=plain&u=123456&t=http://perma.cc/'
# Nasa website: "raw" producer + "abc" identifier
$ curl 'http://127.0.0.1:6789/?o=raw&u=abc&t=http://www.nasa.gov/'
# NewYork Times website: "json" producer + "98zy" identifier
$ curl 'http://127.0.0.1:6789/?o=json&u=98zy&t=http://www.nytimes.com/'