Skip to content

Commit

Permalink
Merge branch 'main' into spg-patch-abg
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoggins authored May 27, 2022
2 parents 0a9aedf + 5310d55 commit 806db25
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions .github/profile/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Welcome!
![Augur Landing](chaosscon.jpg)

Augur is part of the CHAOSS Community, and focuses on the accurate, verifiable collection of open source software health and sustainability data.

**Through May 18, 2022, Augur will not be issuing new releases. This freeze is due to a highly distributed documentation update effort, and we don't want to have to resolve any more merge conflicts than are necessary**

Great things are coming! Stay Tuned!
Binary file added .github/profile/augur-landing.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/profile/chaosscon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Welcome Augur's documentation is split into Seven parts,if you’re new to the p
..
schema/toc
.. image:: development-guide/images/augur-architecture.png
.. image:: development-guide/images/augur-architecture-2.png
:width: 700
:alt: Development guide image overview of augur

Expand Down
12 changes: 6 additions & 6 deletions docs/source/quick-start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ Ubuntu download

Installing Ubuntu in VirtualBox
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Open the Machine which we created earlier.
- In the pop-up, click the disk image where you have downloaded your Ubuntu and click Finish.
- In the Welcome window select Install Ubuntu and continue with the default options.
- 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.
- In the welcome window select Install Ubuntu and move forward with the default options.
.. image:: development-guide/images/Af.png
:width: 600
- Select Keyboard layout.
Expand Down Expand Up @@ -118,7 +118,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 to cache Git credentials for the LINUX user who operates Augur. This step is required 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 @@ -137,7 +137,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 @@ -150,7 +150,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 806db25

Please sign in to comment.