Skip to content

rongfengliang/juicefs-gitserver-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

juicefs s3 git repo

how to running

  • starting s3 service
docker-compose up -d
  • format juicefs
juicefs format --storage minio \
    --bucket http://127.0.0.1:9000/jfs2 \
    --access-key minio \
    --secret-key minio123 \
    sqlite3://myjfs.db myjfs
  • mount
juicefs mount sqlite3://myjfs.db mydemoapp
  • starting git service
node app.js
  • do some test
git init 
touch demo.txt
git add .
git commit -m "demo"
git remote add http://localhost:7005/demo.git
git push -u origin master

About

juicefs-gitserver-storage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published