You must be running the OpenBazaar server for this page to work! Ubuntu users you will need to install 'python-dev', 'libffi-dev', and 'gcc' before running 'requirements.txt' (check the installation instructions to know what I'm talking about.
During development, most of the network will be using the Testnet, so run your servers using the following command: $ python openbazaard.py start --testnet
You can get the code for this page here.
Add your own server IP address below; by default it is set to localhost (i.e. you're running the OpenBazaar daemon on your computer). The default port for the REST API is 18469, while the default websocket port is 18466. If your server is hosted remotely, your port must be open for this to work!
To connect to your remote server, run the OpenBazaar server with the following command:
$ python openbazaard.py start -t -r [IP address of your server].
Please note that running the server this way is not secure, and for testing purposes only. I've tested this with Digital Ocean + Ubuntu 14.04, and it works great.
You will not be able to upload images without setting your 'name' and 'location' for your profile.
Note: All fields are required for this form to be submitted!