Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
m3_webInterface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
m3
m3_webInterface
Commits
29dafca6
Commit
29dafca6
authored
Jun 27, 2023
by
Mario Chirinos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
readme
parent
6dd212eb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
README.md
README.md
+6
-2
No files found.
README.md
View file @
29dafca6
#Installation
```
bash
sudo
apt-get
install
git python3 python3-dev python3-pip p
sycopg2-binary p
ostgresql postgresql-contrib
sudo
apt-get
install
git python3 python3-dev python3-pip postgresql postgresql-contrib
python3
-m
pip
install
--upgrade
pip
sudo
pip3 intsall django django-mathfilters psycopg2 django-static-jquery quantiphy numpy wordcloud stop_words
pip3
install
Django django-mathfilters django-static-jquery numpy wordcloud stop_words quantiphy psycopg2-binary django_extensions
sudo
pip3
install
psycopg2
sudo
su - postgres
psql
CREATE DATABASE m3db
;
...
...
@@ -19,4 +21,6 @@ exit
cd
m3_webinterface/
python3 manage.py makemigrations
python manage.py createsuperuser
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment