-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1469 from MTES-MCT/fix/1386-update-logo-header
[Rebranding] Mise à jour taille logo homepage
- Loading branch information
Showing
2 changed files
with
3 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -131,39 +131,7 @@ $ php bin/console app:add-user ROLE_USER_PARTNER [email protected] John Doe | |
|
||
Une activation de compte sera nécéssaire | ||
|
||
## Bases de données scalingo | ||
|
||
### Pré-requis | ||
|
||
Des pre-requis sont nécéssaires pour communiquer avec SCALINGO depuis la CLI | ||
|
||
[Configuration Scalingo CLI](https://doc.scalingo.com/platform/cli/introduction) | ||
|
||
### Accès aux bases de données [scalingo](https://doc.scalingo.com/platform/databases/access) | ||
|
||
En exécutant la commande suivante, un tunnel SSH chiffré sera construit entre vous et votre base de données. | ||
|
||
``` | ||
$ scalingo --app <nom_application> db-tunnel DSN_MYSQL | ||
Building tunnel to xxxxx | ||
You can access your database on: | ||
127.0.0.1:10000 | ||
``` | ||
|
||
Une fois le tunnel construit, à partir d'un autre terminal que celui du tunnel vous pouvez vous connecter à l'hôte | ||
`127.0.0.1:10000` et faire votre export de données. | ||
|
||
``` | ||
$ mysqldump --column-statistics=0 --no-tablespaces -u <database_user> -h 127.0.0.1 -p <database_name> -P 10000 > data/dump.sql | ||
``` | ||
Vous pouvez ensuite executer la commande. | ||
|
||
``` | ||
$ make load-data | ||
``` | ||
|
||
### Accès à Metabase | ||
## Accès à Metabase | ||
|
||
- Copier le fichier de base de données dans le dossier ```metabase-data/metabase.db/``` | ||
- Login : ```[email protected]``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters