1
0
Fork 0

Amazon Micro Instance

This commit is contained in:
Frank Celler 2012-07-17 17:16:01 +02:00
parent bc3d08d5c6
commit dc05fc3562
3 changed files with 28 additions and 9 deletions

View File

@ -1,6 +1,6 @@
////////////////////////////////////////////////////////////////////////////////
/// @brief installation guide
///
//
/// @file
///
/// DISCLAIMER
@ -218,6 +218,7 @@
/// <ul>
/// <li>@ref Compiling
/// <ul>
/// <li>@ref CompilingAmazonMicroInstance</li>
/// <li>@ref CompilingAIO
/// <ul>
/// <li>@ref CompilingAIOPrerequisites
@ -278,6 +279,19 @@
///
/// @EMBEDTOC{CompilingTOC}
///
/// @section CompilingAmazonMicroInstance Amazon Micro Instance
///////////////////////////////////////////////////////////////
///
/// \@sohgoh has reported that it is very easy to install ArangoDB on a
/// Amazon Micro Instance:
///
/// @code
/// > sudo yum install readline-devel
/// > ./configure
/// > make
/// > make install
/// @endcode
///
/// @section CompilingAIO All-In-One Version
////////////////////////////////////////////
///

View File

@ -50,7 +50,7 @@ using namespace triagens::admin;
// -----------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////
/// @addtogroup RestServer
/// @addtogroup ApplicationServer
/// @{
////////////////////////////////////////////////////////////////////////////////
@ -69,7 +69,7 @@ string ApplicationUserManager::optionUserDatabase;
// -----------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////
/// @addtogroup RestServer
/// @addtogroup ApplicationServer
/// @{
////////////////////////////////////////////////////////////////////////////////
@ -97,7 +97,7 @@ ApplicationUserManager::~ApplicationUserManager () {
// -----------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////
/// @addtogroup RestServer
/// @addtogroup ApplicationServer
/// @{
////////////////////////////////////////////////////////////////////////////////
@ -197,7 +197,7 @@ void ApplicationUserManager::setAnonymousRights (vector<right_t> const& rights)
// -----------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////
/// @addtogroup RestServer
/// @addtogroup ApplicationServer
/// @{
////////////////////////////////////////////////////////////////////////////////

View File

@ -47,6 +47,11 @@ namespace triagens {
// --SECTION-- class ApplicationUserManager
// -----------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////
/// @addtogroup ApplicationServer
/// @{
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
/// @brief application simple user and session management feature
////////////////////////////////////////////////////////////////////////////////
@ -64,7 +69,7 @@ namespace triagens {
// -----------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////
/// @addtogroup RestServer
/// @addtogroup ApplicationServer
/// @{
////////////////////////////////////////////////////////////////////////////////
@ -91,7 +96,7 @@ namespace triagens {
// -----------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////
/// @addtogroup RestServer
/// @addtogroup ApplicationServer
/// @{
////////////////////////////////////////////////////////////////////////////////
@ -150,7 +155,7 @@ namespace triagens {
// -----------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////
/// @addtogroup RestServer
/// @addtogroup ApplicationServer
/// @{
////////////////////////////////////////////////////////////////////////////////
@ -169,7 +174,7 @@ namespace triagens {
// -----------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////
/// @addtogroup RestServer
/// @addtogroup ApplicationServer
/// @{
////////////////////////////////////////////////////////////////////////////////