Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #376 from ItsAGeekThing/release/canary
Browse files Browse the repository at this point in the history
OpenCAD 1.0.0 Extravaganza
  • Loading branch information
ItsAGeekThing authored Aug 10, 2021
2 parents d3c2214 + 97d3875 commit 543471a
Show file tree
Hide file tree
Showing 3,243 changed files with 358,203 additions and 205,118 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
17 changes: 17 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
# Label to use when marking an issue as stale
staleLabel: wontfix
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: true
10 changes: 6 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Ignore config file
oc-config.php
# Ignore these files
oc-config.php*
/phpmyadmin
*.swp
*.code-workspace
Expand All @@ -8,12 +8,14 @@ info.php
.github/
*.bak*
.travis.yml
.crowdin.yml
.crowdin.ymlW
.vscode
.MESSAGE
patch.diff
mirror_ssh
log_file
sql.php
*adminer*.php
errorlog
web.configW
errorlog
oc-content/themes/default/includes/header.inc.php
14 changes: 0 additions & 14 deletions .htaccess

This file was deleted.

37 changes: 0 additions & 37 deletions .travis.yml

This file was deleted.

36 changes: 22 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="http://discord.io/opencadproject"><img alt="Join our Discord" src="https://img.shields.io/discord/352884538676084756?style=for-the-badge"></a>
<a rel="noopener" href="http://discord.io/opencadproject"><img alt="Join our Discord" src="https://img.shields.io/discord/352884538676084756?style=for-the-badge"></a>
<img alt="GitHub tag (latest SemVer)" src="https://img.shields.io/github/v/tag/opencad-app/opencad-php?style=for-the-badge">
<img alt="GitHub release (latest SemVer)" src="https://img.shields.io/github/v/release/opencad-app/opencad-php?style=for-the-badge">
</p>
Expand All @@ -10,27 +10,35 @@
Open Source Computer Aided Dispatch System for Roleplay Communities.

## Installation Requirements
* Operating System: Linux or Windows
* Webserver: Apache or Nginx
* PHP: 7.3 (Recommended), 7.2 (Minimum)
* Database: MySQL >=5.5 or MariaDB >=10.0 (Recommended Version: 10.3)
* Operating System:
* Linux
* Windows
* Webserver:
* Apache
* Nginx
* PHP: >=7.3
>Recommended: 8.0
* Database:
* MySQL >=8.0
>Recommended: 8.0
* MariaDB >=10.2
>Recommended: 10.5
### Deployment Notes

#### Unsuppported Environments
#### Unsupported Environments
* Free hosting of any kind
* XAMPP

#### Important Notes
* This has been tested to work on Linux, Windows and cPanel.
* The OpenCAD Development team **DOES NOT** recommend the utilization of "free" webhosting solutions due to a multitude of reasons. We suggest [Spearware Networks](https://spearwarenetworks.com/web-hosting) for web hosting.
* This has been tested to work on Linux, Windows, DirectAdmin, and Plesk.
* The OpenCAD Development team **DOES NOT** recommend the utilization of "free" webhosting solutions due to a multitude of reasons.
We suggest [Spearware Networks](https://spearwarenetworks.com/web-hosting) for web hosting.

## Support

Need Help? [View our Documentation](https://guides.opencad.io) which has all the documentation you need.
######Need Help?
[View our Documentation](https://docs.opencad.io) which has all the documentation you need.

Still Having Trouble? on the community Discord post your issue in [#general-help](http://discord.io/opencadproject).

## License

Do you suspect someone of violating the license of OpenCAD or plagiarizing code? Please [send these reports to our security desk](https://security.opencad.io/).
######Still Having Trouble?
Join us on the community Discord and post your issue in [#general-help](http://discord.io/opencadproject).
6 changes: 0 additions & 6 deletions actions/.htaccess

This file was deleted.

Loading

0 comments on commit 543471a

Please sign in to comment.