Getting Started with mongoose-server¶
Install mongoose-server¶
To get started, you need to install mongoose-server. An installer is currently not available. You should build the application yourself from source, see below.
However, for Archlinux users, there is a package in the AUR.
Build mongoose-server from source¶
- Download the latest stable source
- Unpack, e.g. using 7-zip
- Create a subdirectory build
- cd build
- cmake -DMONGOOSE-SERVER_EMBED_MONGOOSE=ON -DMONGOOSE-SERVER_STATIC_LINK_LIBCONFIG=ON ../
- make
- check the conf file and make modifications if needed
- fire it up in a console and check localhost