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
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ community_bridge: # Replace with a single Community Bridge project-name e.g., cl
liberapay: live-dev
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: ['paypal.me/livedev']
custom: ['https://paypal.me/livedev']
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# O2 NEXTGEN (Codename Citadel)
<img src="design/o2nextgen/logos/Screen Shot 2021-10-08 at 12.31.26 AM.png">

### Derivative products
#PF_R Community ( Personal Functional Recovery Community)
<img src="design/pfr-app/logo/pfr-logo_ration16x9.png">

#### Deployment


Expand Down
Binary file added design/pfr-app/logo/pfr-logo_ration16x9.png
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 design/pfr-app/logo/pfr-logo_ration16x9.psd
Binary file not shown.
3 changes: 3 additions & 0 deletions src/Database/Prototype/prep-mac.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

docker run -e "ACCEPT_EULA=Y" -e "SA_PASSWORD=your@Password" -e "MSSQL_PID=sql" -p 1433:1433 -d mcr.microsoft.com/mssql/server:2017-latest up