Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
monitoring
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cylab
monitoring
Commits
06faac9d
Commit
06faac9d
authored
4 years ago
by
Tibo
Browse files
Options
Downloads
Plain Diff
Merge branch 'patch-1' into 'master'
Update README.md See merge request
!4
parents
579fcccc
ef707213
No related branches found
Branches containing commit
No related tags found
1 merge request
!4
Update README.md
Pipeline
#3570
passed
4 years ago
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+23
-0
23 additions, 0 deletions
README.md
with
23 additions
and
0 deletions
README.md
+
23
−
0
View file @
06faac9d
...
...
@@ -54,6 +54,21 @@ To check if the correct version of mongodb extension is installed:
sudo pecl list
```
You will need php7.2-mbstring:
```
sudo apt-get install php7.2-mbstring
```
Edit php.ini (PHP configuration file) :
```
vim /etc/php/7.2/cli/php.ini
```
In the dynamic extensions section, insert the following line :
```
extension=mysqli.so;
```
And to check that the extension is actually enabled and used by php:
```
...
...
@@ -62,6 +77,7 @@ php -i | grep mongo
### Installation
In the monitoring directory :
```
composer install
touch storage/app/db.sqlite
...
...
@@ -73,6 +89,7 @@ php artisan key:generate
To check your installation is correct, you can run the phpunit tests:
```
sudo apt-get install php-dom
./vendor/bin/phpunit
```
...
...
@@ -83,3 +100,9 @@ To check your installation is correct, you can run the phpunit tests:
npm install
npm run watch
```
### Launch monitoring
```
php artisan serve
```
Then, see your monitoring interface at http://127.0.0.1:8000/
\ No newline at end of file
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