mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw.git
synced 2025-11-03 04:07:50 +00:00
Compare commits
1 Commits
master
...
WIFI-13821
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5bc7557f0a |
@@ -14,7 +14,7 @@ the OWGW, you either need to [build it](#building) or use the [Docker version](#
|
|||||||
To build the microservice from source, please follow the instructions in [here](./BUILDING.md)
|
To build the microservice from source, please follow the instructions in [here](./BUILDING.md)
|
||||||
|
|
||||||
## Docker
|
## Docker
|
||||||
To use the CLoudSDK deployment please follow [here](https://github.com/Telecominfraproject/wlan-cloud-ucentral-deploy)
|
To use the CloudSDK deployment please follow [here](https://github.com/Telecominfraproject/wlan-cloud-ucentral-deploy)
|
||||||
|
|
||||||
#### Expected directory layout
|
#### Expected directory layout
|
||||||
From the directory where your cloned source is, you will need to create the `certs`, `logs`, and `uploads` directories.
|
From the directory where your cloned source is, you will need to create the `certs`, `logs`, and `uploads` directories.
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
//
|
//
|
||||||
// Created by stephane bourque on 2022-07-16.
|
// Created by stephane bourque on 2022-07-16.
|
||||||
//
|
//
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "Poco/Notification.h"
|
#include "Poco/Notification.h"
|
||||||
@@ -148,4 +147,4 @@ namespace OpenWifi {
|
|||||||
};
|
};
|
||||||
|
|
||||||
inline auto VenueBroadcaster() { return VenueBroadcaster::instance(); }
|
inline auto VenueBroadcaster() { return VenueBroadcaster::instance(); }
|
||||||
} // namespace OpenWifi
|
} // namespace OpenWifi
|
||||||
|
|||||||
Reference in New Issue
Block a user