mirror of https://gitee.com/bigwinds/arangodb
Amazon Micro Instance
This commit is contained in:
parent
bc3d08d5c6
commit
dc05fc3562
|
@ -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
|
||||
////////////////////////////////////////////
|
||||
///
|
||||
|
|
|
@ -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
|
||||
/// @{
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
|
|
@ -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
|
||||
/// @{
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
|
Loading…
Reference in New Issue