-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #256 from ItsCalebJones/bump_ll
fix(library): bump ll library
- Loading branch information
Showing
11 changed files
with
565 additions
and
485 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
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 |
---|---|---|
|
@@ -111,7 +111,7 @@ jobs: | |
|
||
- uses: actions/setup-python@v4 | ||
with: | ||
python-version: '3.10.4' | ||
python-version: '3.12.4' | ||
|
||
- name: Python Semantic Release | ||
uses: python-semantic-release/[email protected] | ||
|
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
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 |
---|---|---|
@@ -1,19 +1,19 @@ | ||
c# Running LL via Docker | ||
|
||
## Run Test | ||
1) Run `docker-compose -f docker-compose.test.yml build` | ||
2) Run `docker-compose -f docker-compose.test.yml run --rm test` | ||
1) Run `docker compose -f docker-compose.test.yml build` | ||
2) Run `docker compose -f docker-compose.test.yml run --rm test` | ||
|
||
## Run LL Locally | ||
|
||
1) Copy `.env.example` to `.env` and fill it in with required secrets in `spacelaunchnow/settings` | ||
2) Run `docker-compose up` | ||
2) Run `docker compose up` | ||
3) Open a browser to `http://localhost:8080/` | ||
|
||
### Restore Database | ||
**Example** | ||
`docker exec -i sln_db pg_restore -U spacelaunchnow_prod_user -v -d sln_db < spacelaunchnow.backup &> restore.log` | ||
|
||
## Run full stack locally | ||
Run `docker-compose -f docker-compose.stack.yml up -d --build` | ||
Run `docker compose -f docker-compose.stack.yml up -d --build` | ||
Then either attach to the running LL image or connect via browser. |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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