Highly Available and Scalable Information System
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Guillaume REMBERT dee24edbfe Functions file split + several improvements před 6 roky
cfg/sw Functions file split + several improvements před 6 roky
sw/src Functions file split + several improvements před 6 roky
LICENSE Initial commit před 7 roky
README Initial release před 6 roky

README

-------------------------------
Project: EuryBOX
Version: 1.0.0
Date: 2016/04/02
-------------------------------
Author(s):
Guillaume REMBERT, guillaume.rembert@euryecetelecom.com
-------------------------------
License:
MIT - Please read LICENSE file for more information
-------------------------------


-------------------------------
README INDEX
-------------------------------
0 - Project Presentation
-------------------------------
This section presents the EuryBOX project.
Start first by reading these lines.
-------------------------------
1 - Repository Structure
-------------------------------
This section presents the repository structure.
Read these lines to understand the files layout.
-------------------------------
2: Integration Methodology
-------------------------------
This section presents a methodology to be used to integrate the solution.
Read these lines to check and/or define your integration plan.
-------------------------------
3: Development Guidelines
-------------------------------
This section presents coding style conventions.
Read these lines to modify and/or extend the system.
-------------------------------
4: Quick Start
-------------------------------
This section summarizes what is needed to setup and run the solution.
Read these lines to build, install and start the system.
-------------------------------


-------------------------------
PART 0 - PROJECT PRESENTATION
-------------------------------
FIXME: TBD / Features, supported platforms, etc
-------------------------------


-------------------------------
PART 1 - REPOSITORY STRUCTURE
-------------------------------
\ cfg (ConFiGuration): configuration files
-------------------------------
\ hw (HardWare): TBD
\ sw (SoftWare): TBD
-------------------------------
\ doc (DOCumentation): documentation
-------------------------------
\ ddd (Detailed Design Document): architecture, algorithms and design details
\ icd (Interface Control Document): API, internal and external files formats description
\ trp (Test RePorts): stable releases test reports
\ ugd (User GuiDe): installation, configuration and use guide
-------------------------------
\ hw (HardWare): hardware data
-------------------------------
\ bom (Bill Of Materials)
\ dts (DaTaSheets)
-------------------------------
\ sw (SoftWare): software data
-------------------------------
\ bin (BINaries): qualified binaries
\ RELEASE_VERSION_X.XX.XX
\ SOFTWARE_NAME-x86_64_X.XX.XX-gcc_X.XX.XX-glib_X.XX.XX
\ pkg (PacKaGes): platform specific installation packages
\ RELEASE_VERSION_X.XX.XX
\ SOFTWARE_NAME
\ apk: Android
\ bsd: BSD Unix
\ deb: Debian/Ubuntu Linux
\ ios: iOS
\ rpm: RedHat/CentOS/Fedora/OpenSUSE Linux
\ win: Windows
\ src (SouRCes): software source code
\ administration_center
\ core
\ backup
\ destruction
\ management
\ restoration
\ scheduling
\ transfer
\ creation_center
\ core
\ build
\ configuration
\ test
\ version
\ applications
\ communication
\ finances
\ planning
\ research
\ resources
\ security
\ support
\ exploitation_center
\ core
\ diagnostic
\ deployment
\ installation
\ inventory
\ maintenance
\ monitoring
\ reparation
\ update
\ quality_center
\ core
\ audit
\ reproduction
\ validation
-------------------------------
\ tst (TeST): test tools and data-sets
-------------------------------
\ sh (SHell)
\ eurybox_auto_test
-------------------------------


-------------------------------
PART 2: INTEGRATION METHODOLOGY
-------------------------------
FIXME: TBD / Specs -> Design -> Code -> Test
-------------------------------


-------------------------------
PART 3: DEVELOPMENT GUIDELINES
-------------------------------
FIXME: TBD / variables / functions / comments / ...
-------------------------------


-------------------------------
PART 4: QUICK START
-------------------------------
FIXME: TBD / HW and SW requirements, OS setup, build, install, test
-------------------------------