https://github.com/mahanama94/redact
Initial Commit
https://github.com/mahanama94/redact
framework minimalist php redact-framework
Last synced: 8 months ago
JSON representation
Initial Commit
- Host: GitHub
- URL: https://github.com/mahanama94/redact
- Owner: mahanama94
- Created: 2016-03-29T13:19:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-20T09:13:16.000Z (almost 10 years ago)
- Last Synced: 2025-10-08T11:58:01.793Z (8 months ago)
- Topics: framework, minimalist, php, redact-framework
- Language: PHP
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redact Framework
### Configuring the application
##### Configure the apache redirection configuration
1. Open file .htaccess in the public directory
2. Change the RewriteBase to the required configuration
example : If hosted @ localhost/project/
3. RewriteBase /project/public
##### Configure the initialization data
1. Open init.php file in the app directory
2. change the database configuration information @ init.php
3. change the cookies and rewriteBase public configurations as required
##### Run the localserver (On linux)
1. Run run.sh file on the project folder
### Contributing
Thank you for considering contributing to the Redact framework. The user guide and the contribution guide is still in the phase of development phase. Please contact me through bhanuka.14@cse.mrt.ac.lk
### Security
If you are willing to improve the security of the framework contact me though bhanuka.14@cse.mrt.ac.lk
### License
The Redact framework is open-sourced software free to diistribute and use