drogonCMS-cmake into main branch that replaces make plus other things #1
@ -1,5 +1,5 @@
|
|||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
project(local-api-server CXX)
|
project(local-drogon-api-server CXX)
|
||||||
|
|
||||||
include(CheckIncludeFileCXX)
|
include(CheckIncludeFileCXX)
|
||||||
|
|
||||||
|
45
vendors/drogon/local-api-server/README.md
vendored
Normal file
45
vendors/drogon/local-api-server/README.md
vendored
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
## A Drogon API + optional Proxy Local Web Server
|
||||||
|
This software creates a secure localized Drogon API web server application.
|
||||||
|
|
||||||
|
### License
|
||||||
|
* GPL-3.0
|
||||||
|
|
||||||
|
### Developer Dependency Requirements
|
||||||
|
* CLI Experience
|
||||||
|
|
||||||
|
*Note: This has been built and tested on Arch Linux*
|
||||||
|
|
||||||
|
### Steps to build Drogon API from Source code
|
||||||
|
|
||||||
|
1. Run the app with `./local-drogon-api-server`
|
||||||
|
|
||||||
|
## Development & Contributing
|
||||||
|
|
||||||
|
### Requirements
|
||||||
|
|
||||||
|
* A Computer
|
||||||
|
|
||||||
|
### Recommendations
|
||||||
|
|
||||||
|
* A VPS Provider
|
||||||
|
|
||||||
|
## Authors
|
||||||
|
|
||||||
|
* SharpeTronics, LLC
|
||||||
|
* oDinZu WenKi(Charles)
|
||||||
|
|
||||||
|
## Financial Support & Donations
|
||||||
|
|
||||||
|
oDinZu WenKi(Charles) https://liberapay.com/oDinZu/
|
||||||
|
|
||||||
|
* Liberapay is a recurrent donations platform
|
||||||
|
* Run by a non-profit organization
|
||||||
|
* Source code is public
|
||||||
|
* No commission fee
|
||||||
|
* ~5% payment processing fee
|
||||||
|
|
||||||
|
## Learning Resources
|
||||||
|
* CMake Documentation https://cmake.org/cmake/help/book/mastering-cmake/index.html
|
||||||
|
* Drogon Web Server https://github.com/drogonframework/drogon
|
||||||
|
|
||||||
|
*Notice: We focus implementation with the C programming language and only add various features of C ++ code.*
|
Loading…
x
Reference in New Issue
Block a user