https://github.com/indieweb/indiewebify-me
Tools to help you get the best out of your indieweb site
https://github.com/indieweb/indiewebify-me
indieweb
Last synced: 5 days ago
JSON representation
Tools to help you get the best out of your indieweb site
- Host: GitHub
- URL: https://github.com/indieweb/indiewebify-me
- Owner: indieweb
- Created: 2013-09-08T10:51:19.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T18:07:45.000Z (over 1 year ago)
- Last Synced: 2025-04-10T01:16:15.544Z (11 months ago)
- Topics: indieweb
- Language: CSS
- Homepage: http://indiewebify.me
- Size: 2.28 MB
- Stars: 170
- Watchers: 26
- Forks: 28
- Open Issues: 51
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IndieWebify.me
This tool offers a fast and easy way to get you & your website on the Indieweb, to use go to [indiewebify.me](http://indiewebify.me).
To learn more about the IndieWeb go to [indieweb.org](https://indieweb.org).
Made by Brennan Novak, Barnaby Walters, and others at the 2013 IndieWebCamps in [Reykjavik](http://indieweb.org/2013/#Remote_Indiewebcamp_Parties) and [Brighton](http://indieweb.org/2013/UK).
## Installation
Requirements:
* PHP 7.2
How to run your own instance of indiewebify.me for development:
1. `git clone https://github.com/indieweb/indiewebify-me.git && cd indiewebify-me`
1. If you don’t have [Composer](https://getcomposer.org) installed, do so:
* `curl -s https://getcomposer.org/installer | php`
1. Install dependencies: `./composer.phar install`
1. Point your web server at `indiewebify-me/web/`.
* The included .htaccess should route apache requests correctly. For other servers file an issue or send us a pull request
All of the interesting stuff is in `/web/index.php` — or at least is until that gets too big and needs moving.