Add all functions for architecture to work + for regular user flows, refactor and reformat issues, add boilerplate for loading jobs logic and extend search functionalities.
This commit is contained in:
parent
60d5c74833
commit
3632a859f9
1 changed files with 6 additions and 6 deletions
|
|
@ -8,12 +8,12 @@ if [ $? -ne 0 ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
echo "Running create_database.py"
|
||||
python cognitive_architecture/database/create_database.py
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Error: create_database.py failed"
|
||||
exit 1
|
||||
fi
|
||||
#echo "Running create_database.py"
|
||||
#python cognitive_architecture/database/create_database.py
|
||||
#if [ $? -ne 0 ]; then
|
||||
# echo "Error: create_database.py failed"
|
||||
# exit 1
|
||||
#fi
|
||||
|
||||
# Start Gunicorn
|
||||
echo "Starting Gunicorn"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue