-
Notifications
You must be signed in to change notification settings - Fork 1
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
jorge
authored and
jorge
committed
Dec 18, 2022
1 parent
b9e4854
commit 8fb0984
Showing
1 changed file
with
13 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
installed sqlalchemy per conda install and I don't know how to atomatize the environment creaton for git clone | ||
|
||
installed pymysql per conda install and I don't know how to atomatize the environment creation for git clone | ||
|
||
can't access mariadb-database mpox_testdata because `sudo` is required. gonna juggle priviledges now... | ||
applied: | ||
$ sudo mysql -u root -p -e "create user jorge@localhost identified by '';" | ||
$ sudo mysql -u root -p -e "create user jorge@mpox_testdata identified by '';" | ||
$ sudo mysql -u root -p -e "GRANT ALL PRIVILEGES ON *.* TO jorge@localhost identified by '';" | ||
|
||
installed pyarrow per conda install and I don't know how to atomatize the environment creation for git clone | ||
|
||
redis-server is running but I am not sure it is needed |