-
Notifications
You must be signed in to change notification settings - Fork 26
Fork friendly #99
Comments
Are these Australian news sites, or a more general variety of Australian websites? If they're news sites, I will say that we're interested in supporting as many news sites as possible (including international sites) on Secure the News, although it would be ideal to resolve #91 before adding too many more sites to our current list; otherwise, the leaderboard will be huge and harder to peruse. If they're not news sites, then I agree that forking our code to make your own project is your best option. Just please do not use the "Secure the News" name or logo, and we'd appreciate it if you tweaked the styles a bit so your fork is visually distinct from our site.
I presume you mean you find this difficult to do via the Wagtail Admin interface. It's quite straightforward to do via the Django shell (
You can re-scan all sites by running
We can help with that, but I can't guarantee it will happen anytime soon because we are busy with a lot of other projects at the moment. The key piece of automation is also an open-source Freedom of the Press Foundation project: https://github.com/freedomofpress/django_stack. However, the details of how that is used for our production deployment are part of our private infrastructure repo, which we have no plans to open source. Contributions to make it easier to deploy this to a production environment (e.g. onto a DigitalOcean VPS) would be welcome! |
Thanks for the prompt reply. I will happily help to assist with the Australian Media - Once you've added support for regions As a bulk of the pages would be non-news related, I'm looking to fork... and yes, replacing the logos and other FPF related branding. also, as the production on DigitalOcean or similar VPS... I will continue to read your code and port to something whenever possible, but I believe in the long term - this is something that'll likely require assistance from yourself... I have a few dockerised services running on my servers already, so docker/dockercompose would be preferable. |
We're interested into moving to a containers-based environment for development and production as well, see #83 😄. |
Ahoy! Thanks for your interest in the project, @cybershambles. Looks like @garrettr already handled most of your questions, but I'll tackle this one:
You're right, we don't currently document production deployment steps very clearly. If you check the
The config as it stands assumes you're deploying to a VPS directly, rather than a container, but you should be able to leverage the config to build your own containers as necessary. Break up the webserver and database services across containers as you see fit. Happy to see any results there, since we've been looking to make similar configuration changes internally. |
Hi team,
I want to fork securethenews into something related to securethe.au - i've got a list of 500~ Australian webpages I'd like to monitor.
I've been having problems with the inability to delete the existing records and bulk add new records...
I cannot find a way to manually/force an update of the site I've added and so I'm also unable to force the frontend to be updated (I think I'm missing something)
Please update the guide with the production deployment steps, as I'm currently running in Vagrant and I want to host in Digital ocean VPS, but cannot find the steps to host and maintain on the long term
The text was updated successfully, but these errors were encountered: