|
6 سال پیش | |
---|---|---|
.circleci | 7 سال پیش | |
app | 6 سال پیش | |
bootstrap | 7 سال پیش | |
config | 6 سال پیش | |
contrib | 6 سال پیش | |
database | 6 سال پیش | |
public | 6 سال پیش | |
resources | 6 سال پیش | |
routes | 6 سال پیش | |
storage | 6 سال پیش | |
tests | 6 سال پیش | |
.dockerignore | 7 سال پیش | |
.editorconfig | 7 سال پیش | |
.env.example | 7 سال پیش | |
.gitattributes | 7 سال پیش | |
.gitignore | 6 سال پیش | |
CODE_OF_CONDUCT.md | 7 سال پیش | |
Dockerfile | 7 سال پیش | |
LICENSE | 7 سال پیش | |
README.md | 6 سال پیش | |
artisan | 7 سال پیش | |
composer.json | 6 سال پیش | |
docker-compose.yml | 7 سال پیش | |
package-lock.json | 6 سال پیش | |
package.json | 6 سال پیش | |
phpunit.xml | 7 سال پیش | |
server.php | 7 سال پیش | |
webpack.mix.js | 7 سال پیش | |
yarn.lock | 7 سال پیش |
PixelFed is a federated social image sharing platform, similar to Instagram. Federation is done using the ActivityPub protocol, which is used by Mastodon, PeerTube, Pleroma, and more. Through ActivityPub PixelFed can share and interact with these platforms, as well as other instances of PixelFed.
Please note this is alpha software, not recommended for production use, and federation is not supported yet.
PixelFed is very early into the development stage. If you would like to have a permanent instance with minimal breakage, do not use this software until there is a stable release. The following setup instructions are intended for testing and development.
This guide assumes you have NGINX/Apache installed, along with the dependencies. Those will not be covered in these early docs.
git clone https://github.com/pixelfed/pixelfed.git
cd pixelfed
composer install
cp .env.example .env
Edit .env file with proper values
php artisan key:generate
php artisan storage:link
php artisan migrate
php artisan horizon
The ways you can communicate on the project are below. Before interacting, please read through the Code Of Conduct.
The lead maintainer is on Patreon! You can become a Patron at https://www.patreon.com/dansup