An open API service indexing awesome lists of open source software.

https://github.com/samk13/invenio-utils


https://github.com/samk13/invenio-utils

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Ignite a new invenio instance
after creating your own venv just run:
```bash
make app-ignite
```
This Makefile use pip, if you using `pipenv` then you can edit the Make file by replacing `pip` command

- you can change the initial project name and all initial questions in `.invenio` file

# Take DB dump:
´´´bash
script/.backup
´´´
# Restore DB:
´´´bash
script/.restore
´´´