# foldio-plugin

#Installation Dependencies or Deployment

- Apache server - sudo apt-get install apache2
- php - sudo apt-get install php7.3
- mysql - sudo apt-get install mysql-server
- phpmysql driver - sudo apt-get install php7.3-mysql
- download the Wordpress zip file - https://wordpress.org/wordpress-5.3.2.zip
- Extract the Wordpress zip folder into the */var/www/html/* folder
- Now Navigate to the plugins area on */var/www/html/wordpress/wp-content/plugins/* folder
- Clone the repo using the command below:
      ```sh
      git clone https://github.com/dev-orangemonkie/foldio-plugin.git
      ```
      or
      ```sh
      git clone https://github.com/dev-orangemonkie/foldio-plugin.git
      
- git pull or push

## Run the application

- Open url in the browser - *http://localhost/wordpress/
- Now set some wordpress and databases settings
- login with admin credential which you have set.
- go to the http://localhost/wordpress/wp-admin/plugins.php plugin area and activate the foldio-pugin


## Testing

- Login with admin credential which you have.
- Navigate to URL where you want








