You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Tuan b1d514ba47 Navigation & other minor changes 4 years ago
.circleci
.github Merge branch 'master' into glitch-soc/merge-upstream 4 years ago
app Navigation & other minor changes 4 years ago
bin
chart helm: upgrade elasticsearch chart to 14 (#15767) 4 years ago
config Minor changes 4 years ago
css-plugins@180c34df63 Changes & Adoptions made so far 4 years ago
db Merge branch 'main' into glitch-soc/merge-upstream 4 years ago
dist Set X-Forwarded-Proto to request scheme (#15310) (#15498) 4 years ago
lib Links updated 4 years ago
log
nanobox
public Pre-rebase updates 4 years ago
spec Merge branch 'main' into glitch-soc/merge-upstream 4 years ago
streaming Merge branch 'master' into glitch-soc/merge-upstream 4 years ago
vendor
.buildpacks
.codeclimate.yml Bump rubocop from 1.8.1 to 1.9.1 (#15677) 4 years ago
.deepsource.toml Update .deepsource.toml (#15753) 4 years ago
.dockerignore dockerignore helm chart (#15747) 4 years ago
.editorconfig
.env.nanobox
.env.production.sample Support customizing poll option limits 4 years ago
.env.test
.env.vagrant
.eslintignore
.eslintrc.js
.foreman
.gitattributes
.gitignore Kurulum adimlari -> README.md 4 years ago
.gitmodules
.haml-lint.yml
.nanoignore
.nvmrc
.profile
.rspec
.rubocop.yml Fix rubocop config and warnings (#15503) 4 years ago
.ruby-version Use Ruby 2.7.2 (#15150) 4 years ago
.sass-lint.yml
.slugignore
.yarnclean
AUTHORS.md Bump version to 3.3.0 (#15433) 4 years ago
Aptfile Use libvpx >= 5 (#15591) 4 years ago
CHANGELOG.md Bump version to 3.3.0 (#15433) 4 years ago
CODE_OF_CONDUCT.md
CONTRIBUTING.md Merge branch 'main' into glitch-soc/merge-upstream 4 years ago
Capfile
Dockerfile Update Dockerfile (#15869) 4 years ago
Gemfile Merge branch 'main' into glitch-soc/merge-upstream 4 years ago
Gemfile.lock Merge branch 'main' into glitch-soc/merge-upstream 4 years ago
LICENSE
Procfile
Procfile.dev Set RAILS_ENV in Procfile.dev (#15502) 4 years ago
README.md Edit typo -> README.md 4 years ago
Rakefile
SECURITY.md
Vagrantfile Merge branch 'main' into glitch-soc/merge-upstream 4 years ago
app.json
babel.config.js
boxfile.yml Fix to isolate the sidekiq process that runs the scheduler job (#15314) 4 years ago
config.ru
crowdin.yml
docker-compose.yml
ide-helper.js
package.json Changes & Adoptions made so far 4 years ago
postcss.config.js
priv-config
scalingo.json
yarn.lock Changes & Adoptions made so far 4 years ago

README.md

metu.life; ActivityPub protokolü kullanan, Mastodon tabanlı bir glitch-soc çatalıdır ve koyu.space yamaları barındırır.

ActivityPub protokolü, sadece metu.life ve Mastodon tabanlı diğer temsillerle değil, bu protokolü kullanan tüm diğer platformlarla (PixelFed, PeerTube, Pleroma vb.) iletişim kurabilmenizi sağlar.

metu.life, AGPLv3 lisanslı özgür bir yazılımdır.

Kurulum

metu.life, Mastodon'un main dalı temelli olduğu için. Kurulum adımları Mastodon dökümantasyonunda belirtildiği gibi gerçekleştirilir. Kurulum rehberinden farklı olarak:

git clone https://github.com/tootsuite/mastodon.git live && cd live
git checkout $(git tag -l | grep -v 'rc[0-9]*$' | sort -V | tail -n 1)

Yukarıdaki adımlar yerine, aşağıdaki komutu kullanın.

git clone https://git.oyd.org.tr/MetuFSS/metu.life.git && cd live

Var olan Mastodon kurulumunu güncellemek

Mastodon'u (veya eski metu.life versiyonunu) güncellemek, Mastodon versiyonları arasında güncellemekle aynı adımları izler. Genellikle aşağıdaki adımları gerektirir:

  1. Sunucunuzdaki "mastodon" kullanıcısındaki "live" dizinine geçiş yapın cd /home/mastodon/live

  2. metu.life'a geçiş yapın

    • Yeni bir uzak depo ekleyin git remote add metu.life https://git.oyd.org.tr/MetuFSS/metu.life
    • Depoyu çekin git fetch metu.life
    • master adındaki dala geçin git checkout metu.life/master
  3. Kaynak kodunu çekin (genellikle, git pull)

  4. Gerekli paketleri kurun: bundle install && yarn install

  5. Konuşlandırma öncesi veritabanı göçü gerçekleştirin: RAILS_ENV=production SKIP_POST_DEPLOYMENT_MIGRATIONS=true bundle exec rails db:migrate

  6. Ön derleme yapınız: RAILS_ENV=production bundle exec rails assets:precompile

     Bu adım ana Mastodon'a göre daha uzun sürecektir.

  1. Hizmetleri tekrar başlatın: systemctl reload mastodon-web && systemctl restart mastodon-{sidekiq,streaming}
  2. Rails önbelleğini temizleyin: RAILS_ENV=production bin/tootctl cache clear
  3. Konuşlandırma sonrası veritabanı göçünü gerçekleştirin: RAILS_ENV=production bundle exec rails db:migrate

Uyarı

Bu proje beta aşamasında olup geliştirilmeye devam edilmektedir.