Skip to content
Snippets Groups Projects
Commit a1f585e2 authored by Dylan W Wheeler's avatar Dylan W Wheeler
Browse files

Merge branch 'master' into 'master'

update refrences to flask_reg_app to account-app instead

See merge request rc/self-reg-form!64
parents 3b7288f0 f6ed6835
No related branches found
No related tags found
No related merge requests found
...@@ -6,8 +6,8 @@ to asynchronously create a Cheaha user account. Currently the project is being d ...@@ -6,8 +6,8 @@ to asynchronously create a Cheaha user account. Currently the project is being d
To clone this repo use the command: To clone this repo use the command:
``` ```
$ git clone https://gitlab.rc.uab.edu/mmoo97/flask_user_reg.git $ git clone https://gitlab.rc.uab.edu/rc/account-app.git
$ cd flask_user_reg $ cd account-app
``` ```
## Prerequisites ## Prerequisites
### Setup a Virtual Environment ### Setup a Virtual Environment
...@@ -36,7 +36,7 @@ called `venv` setup running python3. ...@@ -36,7 +36,7 @@ called `venv` setup running python3.
- Install pip using `$ py -m pip install --upgrade pip`<br><br> - Install pip using `$ py -m pip install --upgrade pip`<br><br>
- Ensure Flask and other dependencies are installed to you virtual environment using the following commands: - Ensure Flask and other dependencies are installed to you virtual environment using the following commands:
``` ```
$ cd ~/your/repo/path/flask_user_reg $ cd ~/your/repo/path/account-app
$ pip install -r requirements.txt $ pip install -r requirements.txt
``` ```
- Note, to install flask in your own `$HOME` use `pip install --user Flask`. - Note, to install flask in your own `$HOME` use `pip install --user Flask`.
...@@ -165,10 +165,10 @@ and output to files in the home directory. ...@@ -165,10 +165,10 @@ and output to files in the home directory.
If all goes well, you should have your processes running in the background. Check the status of these by typing If all goes well, you should have your processes running in the background. Check the status of these by typing
`$ jobs`. You should now see the something similar to the following: <br> `$ jobs`. You should now see the something similar to the following: <br>
``` ```
(venv) [centos@ood flask_user_reg]$ jobs (venv) [centos@ood account-app]$ jobs
[1]- Running celery -A tasks worker --loglevel=info --concurrency=4 > ~/celery.out 2> ~/celery.err & [1]- Running celery -A tasks worker --loglevel=info --concurrency=4 > ~/celery.out 2> ~/celery.err &
[2]+ Running python run.py > ~/server.out 2> ~/server.err & [2]+ Running python run.py > ~/server.out 2> ~/server.err &
(venv) [centos@ood flask_user_reg]$ (venv) [centos@ood account-app]$
``` ```
## 7. Connect to Server ## 7. Connect to Server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment