Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Appmonitor CLI client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
Appmonitor CLI client
Commits
60ab4324
Commit
60ab4324
authored
3 months ago
by
Hahn Axel (hahn)
Browse files
Options
Downloads
Patches
Plain Diff
update readme
parent
0ed95cce
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
readme.md
+35
-3
35 additions, 3 deletions
readme.md
with
35 additions
and
3 deletions
readme.md
+
35
−
3
View file @
60ab4324
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment