An open API service indexing awesome lists of open source software.

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

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