Federated photo album sharing for everyone.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Gergely Polonkai 4b1272c65a Initial version 5 years ago
app Initial version 5 years ago
CODE_OF_CONDUCT.rst Initial version 5 years ago
LICENSE.txt Initial version 5 years ago
Pipfile Initial version 5 years ago
Pipfile.lock Initial version 5 years ago
README.rst Initial version 5 years ago

README.rst

Albums.social

Federated photo album sharing for everyone.


!WARNING! This software, including this document, is under active development, and is not intended for production use!

Running the application locally

Albums.social uses Pipenv to manage dependencies. To install it, use:

$ pip install pipenv

See the Pipenv documentation for details.

After Pipenv is installed, you can install the dependencies with:

$ pipenv install

And run the application with:

$ pipenv run gunicorn app:app

This will boot up the applicatio on https://127.0.0.1:8000/

Hacking

If you want to hack on the sources, just go ahead and edit the .py files and restart the application.

Contributing

To contribute to the project, go to the project page, open issues, send merge requests, and all the usual stuff.

License

The project is licensed under the GNU Affero General Public License. See the LICENSE.txt file, or the online version for details.

Code of Conduct

We use the Contributor Covenant. Please act accordingly.