Skip to content

younginnovations/resourcecontracts-country-subsite

Repository files navigation

NRGI-Subsite

Install

NRGI-Subsite can be cloned from github repository and installed. Following the procedure given below:

Run

The app can be run with the command below:

  • install the application dependencies using command: composer install
  • copy .env.example to .env and update your the database configurations, elasticsearch host and category.
  • give write permission to the storage folder using chmod -R 777 storage
  • run migration using php artisan migrate
  • seed dummy data using php artisan db:seed
  • run php artisan serve.

Framework

The application is written in PHP based on the Laravel Lumen framework, current version of Laravel used for this project is 5.1 .

Tools and packages

This application uses many tools and packages, the packages can be seen in the composer.json file and javascript

Deployment

We use Elastic Beanstalk CLI.

About

This is resouce contracts subsite designed for the country

Resources

License

Stars

Watchers

Forks

Packages

No packages published