Skip to content
Snippets Groups Projects
Commit 60ab4324 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

update readme

parent 0ed95cce
No related branches found
No related tags found
No related merge requests found
...@@ -12,8 +12,35 @@ ...@@ -12,8 +12,35 @@
How to bring up this project to live: How to bring up this project to live:
- clone this repository Clone this repository.
- run the `./installer.php` to download spc and prepare the micro build
You get this initial structure:
```txt
.
├── build.php
├── inc_functions.php
├── inc_vars.php
├── installer.php
├── readme.md
└── src
└── amcli.php
```
Run the `./installer.php` to download spc and prepare the micro build.
The newly created dirs:
```txt
.
├── build << working directory for builds
├── external
│ ├── appmonitor << cloned IML appmonitor project
│ └── bin
│ └── spc << downloaded spc binary
:
```
## Update ## Update
...@@ -25,9 +52,14 @@ if you want to install a newer version of spc: remove the external/bin/ director ...@@ -25,9 +52,14 @@ if you want to install a newer version of spc: remove the external/bin/ director
Remove the dirs Remove the dirs
- build_packages - built_packages
- build
- external - external
And this file
- src/include_checks.php
Then start `./installer.php` and `./build.php` Then start `./installer.php` and `./build.php`
## Compile ## Compile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment