|
|
# Como executar a aplicação PortalMEC
|
|
|
|
|
|
1. Instalar as dependências:
|
|
|
<pre>
|
|
|
```bash
|
|
|
$ sudo apt-get install libmagickcore-dev libmagickwand-dev libpq-dev curl ffmpeg
|
|
|
</pre>
|
|
|
```
|
|
|
|
|
|
2. Instalar as gemas:
|
|
|
<pre>
|
|
|
```bash
|
|
|
$ cd portalmec
|
|
|
$ bundle install
|
|
|
</pre>
|
|
|
```
|
|
|
|
|
|
3. Configurar o OrientDB, editando o arquivo "config/orientdb.yml"
|
|
|
|
|
|
4. Criar as tabelas nos banco de dados
|
|
|
<pre>
|
|
|
```bash
|
|
|
$ rake db:migrate
|
|
|
$ rake orientdb:migrate
|
|
|
</pre> |
|
|
\ No newline at end of file |
|
|
``` |
|
|
\ No newline at end of file |