-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
510e207
commit 05bb90e
Showing
1 changed file
with
14 additions
and
2 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 |
---|---|---|
@@ -1,15 +1,27 @@ | ||
# i-Educar Biblioteca | ||
|
||
Módulo de biblioteca para o [i-Educar](https://github.com/portabilis/i-educar). | ||
|
||
## Instalação | ||
|
||
Para adicionar este repositório ao i-Educar execute os comandos abaixo na raiz do repositório principal: | ||
> Para usuários Docker, executar os comandos `# (Docker)` ao invés da linha seguinte. | ||
Clone este repositório a partir da raiz do i-Educar: | ||
|
||
```bash | ||
git clone [email protected]:portabilis/i-educar-library-package.git packages/portabilis/i-educar-library-package | ||
``` | ||
|
||
Instale o pacote: | ||
|
||
```bash | ||
# (Docker) docker-compose exec php composer plug-and-play | ||
composer plug-and-play | ||
``` | ||
|
||
Execute as migrações: | ||
|
||
```bash | ||
# (Docker) docker-compose exec php artisan migrate | ||
php artisan migrate | ||
``` | ||
|
@@ -20,4 +32,4 @@ Algumas perguntas aparecem recorrentemente. Olhe primeiro por aqui: [FAQ](https: | |
|
||
--- | ||
|
||
Powered by [Portabilis Tecnologia](http://www.portabilis.com.br/). | ||
Powered by [Portábilis](https://portabilis.com.br/). |