A simple and beautiful wiki for teams
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.
 
 
 
 
 
Go to file
Nishant Arora 7d093c6cb0 Renamed static folder to components 8 years ago
api Removed extra console.logs from API files 8 years ago
build Remove knex debug mode and count query warning 8 years ago
client Renamed static folder to components 8 years ago
db Remove knex debug mode and count query warning 8 years ago
migrations Remove knex debug mode and count query warning 8 years ago
models Remove knex debug mode and count query warning 8 years ago
.babelrc Remove knex debug mode and count query warning 8 years ago
.gitignore Remove knex debug mode and count query warning 8 years ago
API.md Remove knex debug mode and count query warning 8 years ago
LICENSE Remove knex debug mode and count query warning 8 years ago
README.md Updated README. Removed Screenshot. 8 years ago
bookshelf.js Remove knex debug mode and count query warning 8 years ago
config.js Remove knex debug mode and count query warning 8 years ago
db.js Remove knex debug mode and count query warning 8 years ago
index.js Added Logo Upload and Design Improvements 8 years ago
install.js Installed knex and built a basic create article endpoint 9 years ago
knexfile.js Remove knex debug mode and count query warning 8 years ago
misc.js Remove knex debug mode and count query warning 8 years ago
package.json Removed extra packages and files 8 years ago
response_structure_example.json Remove knex debug mode and count query warning 8 years ago
webpack.config.js UglifyJS warnings on production build now hidden 8 years ago

README.md

People use it to store documentation, notes, culture guidelines, employee onboarding content and everything else they want to.

Setup Instructions:

  1. Clone this repository git clone http://github.com/matterwiki/matterwiki
  2. Run npm install
  3. Edit config.js (present in the project root) and change the auth_secret value with any secret phrase. NOTE: This phrase will be used to encode and decode your access tokens. Keep it safe and private
  4. run npm run build
  5. run node index
  6. Head to yoururl.com/#/setup and create the Admin account.

Replace yoururl.com with your URL. If you're running locally, replace with localhost:5000 7. Login with your new admin account and head to the Admin dashboard. 8. Create topics and add users to your Wiki.

Under the hood

Matterwiki uses a Node.js API with a React.js front-end and Sqlite3 for the database.

As the app is built atop a JSON API, it is simple to integrate your Wiki with your mobile app or blog. For more, read the API documentation.

Like it?

this repo

Found a bug?

Raise an issue!

Want to contribute?

We welcome all kinds of contributions. It doesn't matter if it's a grammar fix, or some refactoring, or an even an entire UI overhaul. So help us improve Matterwiki for everyone.