Skip to content

This repository contains the code for the SciELO Usage application, which is a tool for managing and analyzing SciELO usage data.

License

Notifications You must be signed in to change notification settings

pitangainnovare/usage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

452 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SciELO Usage

Dev Installation

To build and run the application, being at the root of the project, you can follow these steps:

  1. make build compose=local.yml
  2. make django_makemigrations
  3. make django_migrate
  4. make django_createsuperuser
  5. make up

After the fifth step, the application should be functional and accessible at http://0.0.0.0:8009/admin

Additional notes:

  • The instructions assume that you have a working installation of Docker and make.
  • The make commands use the compose file local.yml to start the application containers.
  • The django_makemigrations and django_migrate commands are used to create and apply database migrations.
  • The django_createsuperuser command is used to create a superuser account for the application.
  • The make up command starts the application containers in the background.
  • The application is accessible at http://0.0.0.0:8009/admin.
  • To log in to the admin panel, you will need to use the superuser credentials that you created with the django_createsuperuser command.
  • The Log Manager tool can be used to view log files and manage application configurations.
  • To test the application, you will need to add some content, such as a list of collections and configurations.

About

This repository contains the code for the SciELO Usage application, which is a tool for managing and analyzing SciELO usage data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 38.6%
  • Python 21.2%
  • CSS 19.6%
  • HTML 8.5%
  • Less 5.7%
  • SCSS 5.5%
  • Other 0.9%