2023-04-05 02:29:21 +02:00
2023-04-01 23:53:05 +02:00
2023-04-01 02:29:59 +02:00
2023-03-05 19:23:29 +01:00
2023-03-05 19:23:29 +01:00
2023-03-05 19:23:29 +01:00
2023-03-11 22:56:32 +01:00
2023-03-05 19:23:29 +01:00
2023-04-01 02:21:02 +02:00
2023-03-05 19:23:29 +01:00
2023-03-05 19:23:29 +01:00
2023-04-02 00:12:31 +02:00
2023-04-02 00:12:31 +02:00
2023-03-04 23:08:51 +01:00
2023-03-05 19:23:29 +01:00

README

Quantified self

  • Ruby version: 2.7
  • System dependencies: none

Configuration

cp -a config/application.rb.dist config/application.rb

Modify configuration settings below SETUP comment appropriately.

Database

Create database user and grant privileges:

> mysql -p
mysql> create user fixinme@localhost identified by '<some password>';
mysql> grant all privileges on fixinme.* to fixinme@localhost;
mysql> flush privileges;

Copy config template and update database configuration:

cp -a config/database.yml.dist config/database.yml

Run database creation and migration tasks:

RAILS_ENV="production" bundle exec rake db:create db:migrate db:seed

Running

Apache configuration for: Puma+mod_proxy, mod_passenger ...

How to run the test suite: ...

Description
Quantified self
Readme 566 KiB
Languages
Ruby 62.5%
HTML 25.6%
CSS 9.4%
JavaScript 2.5%