[GRASS-dev] [SoC]Week-1 WebGrass
Mayank Agrawal
mayankagrawal333 at gmail.com
Mon May 30 02:09:15 PDT 2016
Readme-
in the webgrass folder https://github.com/rashadkm/webgrass
mkdir build
cd build
cmake ..
make
sudo ./wgrass.wt --http-address=0.0.0.0 --http-port=8080 --docroot ../
These are the dependencies which will be required beforehand. Install them
one by one.
1. libwt-dev - C++ library and application server for web applications
[development]
2. libwtdbo-dev - Wt::Dbo ORM library for Wt [development]
3. libwtdbofirebird-dev - Firebird backend for Wt::Dbo [development]
4. libwtdbomysql-dev - MySQL/MariaDB backend for Wt::Dbo [development]
5. libwtdbopostgres-dev - PostgreSQL backend for Wt::Dbo [development]
6. libwtdbosqlite-dev - sqlite3 backend for Wt::Dbo [development]
7. libwtext-dev - additional widgets for Wt, based on ExtJS 2.0.x
[development]
8. libwtfcgi-dev - FastCGI connector library for Wt [development]
9. libwthttp-dev - HTTP(S) connector library for Wt [development]
10. libwttest-dev - test connector library for Wt [development]
11. libpugixml-dev
After this, do let me know with the error.
On Mon, May 30, 2016 at 12:40 PM, Luca Delucchi <lucadeluge at gmail.com>
wrote:
> On 29 May 2016 at 22:29, Mayank Agrawal <mayankagrawal333 at gmail.com>
> wrote:
> >
> > Hi everyone,
> >
>
> Hi Mayank,
>
> > I am Mayank Agrawal and I am working on webgrass.
> >
> > my report for the week 1
> >
> > What did you get done this week?
> >
> > The first page of the MainUI of the Grass with all the submenus and
> menus.
> > parsing of the xml file for the menu.
> > restructuring the xml file for better understanding.
> > removing small errors like wrong paths given at different resources,
> routing of the pages
> >
> > see Commits .
> > Results hosted here .
> >
>
> please use plain text, otherwise during answer we will lost the links
>
> I tried to compile webgrass but it doesn't work for me, Could you
> extend the README file with dependencies, right now I'm stopped during
> configuration
>
> CMAKE_BUILD_TYPE
> CMAKE_INSTALL_PREFIX /usr/local
> Wt_DBOPOSTGRES_DEBUG_LIBRARY /usr/lib/libwtdbopostgres.so
> Wt_DBOPOSTGRES_LIBRARY /usr/lib/libwtdbopostgres.so
> Wt_DBOSQLITE3_DEBUG_LIBRARY Wt_DBOSQLITE3_DEBUG_LIBRARY-NOTFOUND
> Wt_DBOSQLITE3_LIBRARY Wt_DBOSQLITE3_LIBRARY-NOTFOUND
> Wt_DBO_DEBUG_LIBRARY /usr/lib/libwtdbo.so
> Wt_DBO_LIBRARY /usr/lib/libwtdbo.so
> Wt_DEBUG_LIBRARY /usr/lib/libwt.so
> Wt_EXT_DEBUG_LIBRARY Wt_EXT_DEBUG_LIBRARY-NOTFOUND
> Wt_EXT_LIBRARY Wt_EXT_LIBRARY-NOTFOUND
> Wt_FCGI_DEBUG_LIBRARY Wt_FCGI_DEBUG_LIBRARY-NOTFOUND
> Wt_FCGI_LIBRARY Wt_FCGI_LIBRARY-NOTFOUND
> Wt_HTTP_DEBUG_LIBRARY /usr/lib/libwthttp.so
> Wt_HTTP_LIBRARY /usr/lib/libwthttp.so
> Wt_INCLUDE_DIR /usr/include
> Wt_LIBRARY /usr/lib/libwt.so
>
>
> >
> > Mayank Agrawal
> > Lab for Spatial Informatics
> > IIIT Hyderabad
> > Hyderabad
> >
>
>
> --
> ciao
> Luca
>
> www.lucadelu.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-dev/attachments/20160530/3213d5a7/attachment.html>
More information about the grass-dev
mailing list