Skip to content

hybitz/hyacc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3,776 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

環境構築手順

AlmaLinux 9 を用意

sudo 権限を付与

(ユーザで)$ su
(ルートで)# sed -i -e 's/\(\/sbin:\/bin:\/usr\/sbin:\/usr\/bin\)$/&:\/usr\/local\/bin/' /etc/sudoers
(ルートで)# echo "$USER ALL=(ALL) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/$USER

Ruby環境をインストール

$ sudo yum install git
$ git clone [https://github.com/ichylinux/daddy.git または git@github.com:ichylinux/daddy.git]
$ pushd daddy
$   bin/dad local
$   bin/dad docker
$ popd

Hyaccのインストール

ソースを取得

$ git clone [https://github.com/hybitz/hyacc.git または git@github.com:hybitz/hyacc.git]
$ cd hyacc

各種ミドルウェアのインストール

$ bundle config without 'itamae'
$ bundle
$ bundle exec rake dad:setup

DBの初期化

$ bundle exec rake dad:db:create
$ bin/rails db:reset

テスト

$ bin/rails test
$ bundle exec rake dad:setup:test
$ bundle exec rake dad:test

起動

$ bin/rails s

ブラウザから http://localhost:3000 にアクセスして動作を確認します。

About

会計アプリ

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors