https://github.com/samk13/invenio-utils
https://github.com/samk13/invenio-utils
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samk13/invenio-utils
- Owner: Samk13
- Created: 2022-11-18T00:05:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T14:11:23.000Z (over 3 years ago)
- Last Synced: 2025-05-13T23:10:42.523Z (about 1 year ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
´´´