Skip to content

Commit

Permalink
Merge pull request #1844 from Delight362/Delight362
Browse files Browse the repository at this point in the history
fix typo on quick start
  • Loading branch information
sgoggins authored May 27, 2022
2 parents 33ac73b + 84da8e7 commit 5310d55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/source/deployment/server-deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ High-Level Steps to Server Installation of Augur
1. Have a list of repositories and groups you want them to be in, following the format in the files `schema/repo_group_load_sample.csv` and `schema/repo_load_sample.csv`.
2. Have access to a server that meets the augur installation pre-requisites (Python, NodeJS, etc).
3. Have nginx installed for front-end service. You can use another HTTP server, but we have instructions for nginx.
4. Make sure you have a database available, owned by a user who has rights to create tables.
4. Make sure you have a database available, owned by a user who has the right to create tables.
5. Have a GitHub API Key handy.

Detailed Steps
Expand Down
8 changes: 4 additions & 4 deletions docs/source/quick-start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Ubuntu download
Installing Ubuntu in VirtualBox
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Open the machine which we have created earlier.
- Now in the pop-up, click on the disk image where you have downloaded your ubuntu and click on finish.
- Now in the pop-up, click on the disk image where you have downloaded your Ubuntu and click on finish.
- In the welcome window select Install Ubuntu and move forward with the default options.
.. image:: development-guide/images/Af.png
:width: 600
Expand Down Expand Up @@ -117,7 +117,7 @@ Git Configuration
git config --global credential.helper cache
git config --global credential.helper 'cache --timeout=9999999999999'
- For each platform, perform a command line login in order to cache Git credentials for the LINUX user who operates Augur. This step is required in order to prevent the Facade Commit Counting Diesel from stalling on a command line prompt when repositories move or disappear.
- For each platform, perform a command-line login to cache Git credentials for the LINUX user who operates Augur. This step is required in order to prevent the Facade Commit Counting Diesel from stalling on a command-line prompt when repositories move or disappear.

Install Go
~~~~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -136,7 +136,7 @@ Python Virtual Environment Configuration

.. code-block:: bash
# Ensure you are logged in as your own user on Github and change the "<YOUR_GITHUB_USERNAME>" to your Github username (e.g. "sean")
# Ensure you are logged in as your user on Github and change the "<YOUR_GITHUB_USERNAME>" to your Github username (e.g. "sean")
git clone https://github.com/<YOUR_GITHUB_USERNAME>/augur.git
cd augur/
sudo apt install make
Expand All @@ -149,7 +149,7 @@ Python Virtual Environment Configuration
python -m pip install --upgrade pip
make install-dev {Follow prompts. You will need database credentials, a file location for cloned repositories, a GitHub Token, and a GitLab token.}
- Seven sample repositories will load by default. You can delete them if you want to use your own repositories by deleting records from the `repo` table first, then deleting the records from the `repo_groups` table.
- Seven sample repositories will load by default. You can delete them if you want to use your repositories by deleting records from the `repo` table first, then deleting the records from the `repo_groups` table.


.. code-block:: bash
Expand Down

0 comments on commit 5310d55

Please sign in to comment.