Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xdtianyu/smalltalkservice
SmallTalkService is a web interface for SmallTalk
https://github.com/xdtianyu/smalltalkservice
Last synced: about 1 month ago
JSON representation
SmallTalkService is a web interface for SmallTalk
- Host: GitHub
- URL: https://github.com/xdtianyu/smalltalkservice
- Owner: xdtianyu
- License: apache-2.0
- Created: 2015-03-15T05:09:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-15T05:22:08.000Z (over 9 years ago)
- Last Synced: 2023-04-01T07:51:29.006Z (over 1 year ago)
- Language: Python
- Size: 426 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SmallTalkService
SmallTalkService is a web interface for SmallTalk, it's still under development.###Develop Dependence
```bash
apt-get install libav-tools git
pip install Flask
pip install pytz
pip install pyinstaller
pip install ansi2html
pip install sleekxmpp
pip install dnspython
```###How to make a release
In short, just run ./build.sh.
Detail:
```bash
python server.py -g
pyinstaller server.py -F
```
This will generate a file named 'server' in dist directory. Copy file/directory server.cfg, .auto, records, statics to dist and run the follow command.```bash
sudo -s
./server
```Then test if everything is OK, server should run on any linux distributions.
###Author
[email protected]