Git Product home page Git Product logo

A central platform for early career researchers and postdocs to find opportunities to fund their research and also to share experiences and to provide feedback.

Installation steps

ECRCentral is build with PHP using Laravel 5.5.x with Bootstrap 4.0.x. The authentication system is build upon Laravel Auth

Use the following steps to install the App:

  1. Run git clone https://github.com/ecrcentral/ECRCentral.git ECRCentral
  2. Create a MySQL database for the project
    • mysql -u root -p, if using Vagrant: mysql -u homestead -psecret
    • create database ecrcentral;
    • \q
  3. Go to the projects home dir using cd ECRCentral and run cp .env.example .env
  4. Configure your .env file by adding MySQL database details
  5. Run composer update from the projects root folder
  6. From the projects root folder run:
  7. From the projects root folder run sudo chmod -R 755 ../ECRCentral
  8. From the projects root folder run php artisan key:generate
  9. From the projects root folder run php artisan migrate
  10. From the projects root folder run composer dump-autoload
  11. From the projects root folder run php artisan db:seed
  12. Compile the front end assets with npm steps or yarn steps.

Build the Front End Assets

Using Artisan:
  1. From the projects root folder run php artisan serve
Using NPM:
  1. From the projects root folder run npm install
  2. From the projects root folder run npm run dev or npm run production
  • You can watch assets with npm run watch
Using Yarn:
  1. From the projects root folder run yarn install
  2. From the projects root folder run yarn run dev or yarn run production
  • You can watch assets with yarn run watch

Optionally Build Cache

  1. From the projects root folder run php artisan config:cache

Homepage screenshot

The portal will be available on http://ecrcentral.org/ For more check the screenshots folder.

ECRcentral's Projects

ecrcentral icon ecrcentral

A central platform for early career researchers

logo icon logo

ECRcentral logo design competition

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.