Skip to content

Commit 5d4f0d6

Browse files
committed
Changes to be committed:
modified: docs/deployment/localDeployment.md
1 parent d68f35b commit 5d4f0d6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/deployment/localDeployment.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## System Setup
44
### Requirements
55
- Python 3: [3.10.6 reccomended](https://www.python.org/downloads/release/python-3106/)
6-
- [PyEnv](https://github.com/pyenv/pyenv) (optional but recommended fro Mac/Linux)
6+
- [PyEnv](https://github.com/pyenv/pyenv) (optional but recommended for Mac/Linux)
77

88
## Clone the repository
99
```
@@ -38,7 +38,7 @@ source env/bin/activate
3838
python -m pip install -r requirements.txt
3939
```
4040

41-
*If you are using `pyenv` and you’re in the virtual environment you created using just `python` points to python3.10.6*
41+
*If you are using `pyenv` and you’re in the virtual environment you created using just `python` points to python3.10.6*
4242

4343
### For Windows:
4444
```
@@ -77,7 +77,7 @@ Fromt the project root:
7777
cp admin_only/local_deployment.secrets .secrets
7878
```
7979

80-
## Set up the databse
80+
## Set up the database
8181
Both options will give you a working BCO DB with a couple of test users, existing BCOs, and some prefixes.
8282

8383
The details for the test data is included in the
@@ -108,14 +108,14 @@ Start the Django server.
108108
python3 manage.py runserver
109109
```
110110
111-
The BCO DB is designed to run on the default django port `8000`. If you want to use another port you can specify that option at the end of the command: `python3 manage.py runserver 8181`
111+
The BCO DB is designed to run on the default Django port `8000`. If you want to use another port you can specify that option at the end of the command: `python3 manage.py runserver 8181`
112112
113-
Make sure API is accessible via web browser. If it worked you should be able to see the Django Admin site at:
113+
Make sure API is accessible via web browser. If it worked, you should be able to see the Django Admin site at:
114114
```
115115
http://localhost:8000/api/admin/
116116
```
117-
If it worked you should be able to Log in with the superuser credentials you created or imported
117+
You should be able to log in with the superuser credentials you created or imported
118118
119-
If you copied over the existing dbs you should be able to use any of the tokens[KEYs] listed in the [authtoken_token.tsv](/admin_only/test_database_tables/authtoken_token.tsv) table to submit requests via the [Swagger page](http://localhost:8000/api/docs/)
119+
If you copied over the existing databases you should be able to use any of the tokens[KEYs] listed in the [authtoken_token.tsv](/admin_only/test_database_tables/authtoken_token.tsv) table to submit requests via the [Swagger page](http://localhost:8000/api/docs/)
120120
121-
Otherwise you will have to create a new user. #TODO: Add to FAQs
121+
Otherwise you will have to create a new user. #TODO: Add to FAQs

0 commit comments

Comments
 (0)