Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
**/azds.yaml
**/bin
**/charts
**/docker-compose*
**/Dockerfile*
**/node_modules
**/npm-debug.log
Expand All @@ -29,5 +28,3 @@ SgfDevs.Tests
SgfDevs.slnx
SgfDevs/Umbraco/Logs
SgfDevs/Umbraco/Data
caddy
scripts
18 changes: 0 additions & 18 deletions .env.example

This file was deleted.

17 changes: 0 additions & 17 deletions .run/docker-compose.yml_ Compose Deployment.run.xml

This file was deleted.

6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![](https://pbs.twimg.com/profile_banners/2869149607/1567717351/1500x500)

## Prerequisites
- [.NET SDK 8.x](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
- [.NET SDK 10.x](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
- [Node.js 18.x](https://nodejs.org/en/download/)

## Local Installation Instructions
Expand All @@ -17,15 +17,13 @@ There are a couple of ways to run this project depending on if you have a .NET I
- Windows `New-Item -ItemType Directory -Force -Path .\SgfDevs\umbraco\Data; New-Item -ItemType File -Force -Path .\SgfDevs\umbraco\Data\Umbraco.sqlite.db`

#### CLI Tools
- Copy `.env.example` to `.env`
- Navigate to the SgfDevs project folder `cd SgfDevs`
- User the `dotnet user-secrets` command to set your connection string
- Use the `dotnet user-secrets` command to set your connection string
- `dotnet user-secrets set "ConnectionStrings:umbracoDbDSN" "Data Source=|DataDirectory|/Umbraco.sqlite.db;Cache=Shared;Foreign Keys=True;Pooling=True;Default Timeout=60"`
- `dotnet run`
- Open the URL that's printed in the console in your browser

#### .NET IDE e.g. Rider or Visual Studio (Windows)
- Copy `.env.example` to `.env`
- Update your .NET User Secrets with a connection string
- Most IDEs have a shortcut to navigate to this file
- Reference `appsettings.json` for an example of the `ConnectionStrings` object
Expand Down
3 changes: 0 additions & 3 deletions SgfDevs.slnx
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
<Solution>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path=".env" />
<File Path=".env.example" />
<File Path=".gitignore" />
<File Path="docker-compose.yml" />
<File Path="Dockerfile" />
<File Path="README.md" />
</Folder>
Expand Down
1 change: 0 additions & 1 deletion SgfDevs/SgfDevs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,5 @@
<PropertyGroup>
<UserSecretsId>07f9a230-462a-4700-abd3-ae6f73067aaf</UserSecretsId>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<DockerComposeProjectPath>..\docker-compose.dcproj</DockerComposeProjectPath>
</PropertyGroup>
</Project>
3 changes: 0 additions & 3 deletions caddy/Development/Caddyfile

This file was deleted.

7 changes: 0 additions & 7 deletions caddy/Production/Caddyfile

This file was deleted.

3 changes: 0 additions & 3 deletions caddy/Staging/Caddyfile

This file was deleted.

29 changes: 0 additions & 29 deletions docker-compose.yml

This file was deleted.

11 changes: 0 additions & 11 deletions launchSettings.json

This file was deleted.

4 changes: 0 additions & 4 deletions scripts/.env.example

This file was deleted.

14 changes: 0 additions & 14 deletions scripts/backup.sh

This file was deleted.

13 changes: 0 additions & 13 deletions scripts/init.sh

This file was deleted.

10 changes: 0 additions & 10 deletions scripts/restore.sh

This file was deleted.