-
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.
small edits to README + updating CHANGELOG
- Loading branch information
1 parent
a3d4e67
commit 367e4d0
Showing
2 changed files
with
5 additions
and
5 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
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 |
---|---|---|
|
@@ -35,7 +35,7 @@ Local development requires that the following services be available. They do not | |
- PostgreSQL@10 | ||
- Note that v10 is deprecated. | ||
- [email protected] | ||
- Note you may need to follow the [macOS Homebrew install guide](https://www.elastic.co/guide/en/elasticsearch/reference/7.17/brew.html#brew) | ||
- Note you may need to follow the [macOS Homebrew install guide](https://www.elastic.co/guide/en/elasticsearch/reference/7.17/brew.html#brew). | ||
- RabbitMQ | ||
- Redis | ||
- XCode Command Line Tools | ||
|
@@ -47,10 +47,9 @@ The steps to install the application are: | |
1. Install dependencies, including Python >= 3.6, if not already installed | ||
2. Set up virtual environment | ||
3. Clone this repository | ||
3. Run `pip install -r requirements.txt` from the root directory | ||
- If you run into the error ```pip: command not found``` while installing the dependencies, you may need to alias python3 and pip3 to python and pip, respectively. | ||
4. Configure environment variables per instructions below | ||
5. Run `DevelopmentSetupProcess` per instructions below | ||
4. Run `pip install -r requirements.txt` from the root directory. If you run into the error ```pip: command not found``` while installing the dependencies, you may need to alias python3 and pip3 to python and pip, respectively. | ||
1. Configure environment variables per instructions below | ||
2. Run `DevelopmentSetupProcess` per instructions below | ||
|
||
#### Running services on host machine | ||
|
||
|