Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andy-aa/palmetto_project
https://github.com/andy-aa/palmetto_project
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/andy-aa/palmetto_project
- Owner: andy-aa
- Created: 2022-07-14T14:48:27.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T17:28:55.000Z (over 2 years ago)
- Last Synced: 2023-03-10T02:23:02.442Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 447 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
After starting the docker container, to restore the database, you must run the commands:
```bash
mysql -uroot -pmy_secret_password
``````sql
source /home/work/texlab.sql
```