81
edits
m (→Settings) |
|||
| Line 36: | Line 36: | ||
==Installing Bespin Locally== | ==Installing Bespin Locally== | ||
<font style="color:red;">ATTENTION: This section will be moved to the Developer Guide when | <font style="color:red;">ATTENTION: This section will be moved to the Developer Guide when the time comes.</font> | ||
If you don't want to use Bespin 'in the cloud' you can install an instance of it in your computer. Or maybe you want to install it for a local network. | If you don't want to use Bespin 'in the cloud' you can install an instance of it in your computer. Or maybe you want to install it for a local network. | ||
| Line 42: | Line 42: | ||
This section is still in development. | This section is still in development. | ||
===Python | ===Python server=== | ||
Firstly, you will need to grab the source. If you have mercurial installed then just do a | Firstly, you will need to grab the source. If you have mercurial installed then just do a | ||
| Line 66: | Line 66: | ||
If you see something like Server starting on localhost:8080 in the terminal it means everything went well and you are good to go. Just point your browser to http://localhost:8080 and off you go. | If you see something like Server starting on localhost:8080 in the terminal it means everything went well and you are good to go. Just point your browser to http://localhost:8080 and off you go. | ||
===Java | ===Java server=== | ||
This section is still in development. | This section is still in development. | ||
edits