This repository contains the Cloudron app package source for Friendica.
- Clone this repo
- Execute
cloudron build
inside the main directory - Execute
cloudron install -l <the app-location>
or using the Cloudron command line tooling
cloudron install --appstore-id friendica.cloudronapp
Please set your starting email to '[email protected]' when first registering. Only then you will recieve admin rights. Be sure to change the email after registering.
The app package can be built using the Cloudron command line tooling.
cd friendica-docker-image
cloudron build
cloudron install
Use cloudron push
to copy files into /app/data/public/
and cloudron exec
to get a remote terminal.
See https://cloudron.io/references/cli.html for how to get the cloudron
command line tool.
- Put
HashKnownHosts no
in your~/.ssh/config
- cd test
- npm install
- USERNAME=<> PASSWORD=<> mocha --bail test.js
Thanks to @gramakri and @nebulade for providing the LAMP stack docker image this image is based on.