A collaborative wiki based on the Antimatter Algorithm.
npm install -g antimatter_wiki
- Create a data directory for the wiki:
mkdir my_wiki cd my_wiki
- Run the wiki server:
antimatter_wiki
- Open your browser and navigate to:
http://localhost:1001/any-page-name
Now click the "edit" button in the lower-right, and edit the page to create it!
antimatter_wiki [port] [cert_file] [key_file]
Parameter | Description | Default |
---|---|---|
port |
Port number to serve on | 1001 |
cert_file |
SSL certificate file for HTTPS | none |
key_file |
SSL key file for HTTPS | none |
Run on a different port:
antimatter_wiki 8080
Run with HTTPS:
antimatter_wiki 443 /path/to/cert.pem /path/to/key.pem
The wiki automatically creates and uses a antimatter_wiki_db
directory in your current working directory to store all wiki pages and data.