-
Notifications
You must be signed in to change notification settings - Fork 0
https://gitorious.org/rswebui/rswebui with small patch to allow to set port on commandline
electron128/rswebui
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is a Retroshare plugin designed to provide an instant Web UI to retroshare,
based on Wt, the Qt-style library for web UIs.
This will provide users an immediate web app that is easy to configure and run.
COMPILATION on Ubuntu
=====================
- install packages
> sudo apt-get install witty-dev libwt-dev
In the later, assume that the RSWapp Plugin code is in ~/Code/retroshare/trunk/plugins/RSWebUI/
This is required to get the retroshare_plugin.pri file in ../common/
- compilation
> cd ~/Code/retroshare/trunk/plugins/RSWebUI/
> qmake CONFIG=debug
> make
This should create the following files:
libWebUI.so -> libWebUI.so.1.0.0
libWebUI.so.1 -> libWebUI.so.1.0.0
libWebUI.so.1.0 -> libWebUI.so.1.0.0
libWebUI.so.1.0.0
- create a link to the plugin in retroshare plugin directory
> cd ~/.retroshare/extensions
> ln -s ~/Code/RSWebUI/libWebUI.so.1.0.0 libWebUI.so
- run Retroshare, or retroshare-nogui, and enable the RSWebUI plugin
- In Web browser (e.g. chromium-browser) go to localhost:9090
About
https://gitorious.org/rswebui/rswebui with small patch to allow to set port on commandline
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published