Commit a6384c32 authored by NGPixel's avatar NGPixel

docs: Updated versions

parent 28fb2aee
...@@ -6,7 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ...@@ -6,7 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added ### Added
- **History**: History section to list all changes - **History**: History section to list all changes
## [v1.0.0-beta.12] - Unreleased ## [v1.0.0-beta.12] - 2017-06-10
### Added ### Added
- **Deploy**: Heroku support - **Deploy**: Heroku support
- **Localization**: All UI text elements are now localized - **Localization**: All UI text elements are now localized
......
...@@ -47,14 +47,13 @@ Wiki.js can run on virtually all platforms where Node.js can (Windows, Mac, Linu ...@@ -47,14 +47,13 @@ Wiki.js can run on virtually all platforms where Node.js can (Windows, Mac, Linu
Current and upcoming milestones *(major features only, see the [changelog](https://github.com/Requarks/wiki/blob/master/CHANGELOG.md) for complete list of features and bug fixes)*: Current and upcoming milestones *(major features only, see the [changelog](https://github.com/Requarks/wiki/blob/master/CHANGELOG.md) for complete list of features and bug fixes)*:
### Beta 12 ### Beta 12
> *Planned for early June release* ![Progress](http://progressed.io/bar/100)
![Progress](http://progressed.io/bar/95)
- [x] Anchor with Copy to clipboard function - [x] Anchor with Copy to clipboard function
- [x] Full UI Localization - [x] Full UI Localization
- [x] Heroku support - [x] Heroku support
- [x] New Localizations: Chinese, French, Korean, Portuguese, Russian and Spanish - [x] New Localizations: Chinese, French, Korean, Portuguese, Russian and Spanish
- [ ] Refactor of all client-side code to modular Vue components - [x] Refactor of all client-side code to modular Vue components
### Beta 13 ### Beta 13
> *Planned for July release* > *Planned for July release*
......
...@@ -12,15 +12,3 @@ For information about Wiki.js, including detailed installation steps, read the f ...@@ -12,15 +12,3 @@ For information about Wiki.js, including detailed installation steps, read the f
- [Official Website](https://wiki.js.org/) - [Official Website](https://wiki.js.org/)
- [Installation Guide](https://wiki.js.org/get-started.html) - [Installation Guide](https://wiki.js.org/get-started.html)
- [GitHub Repository](https://github.com/Requarks/wiki) - [GitHub Repository](https://github.com/Requarks/wiki)
### Install Wiki.js
1. Make sure you meet all [prerequisites](https://docs.requarks.io/wiki/prerequisites).
2. Create an empty folder where Wiki.js will run.
3. Launch a terminal / command prompt inside this newly created folder.
4. Run the command: `npm install wiki.js@latest`
5. Wait for the installation process to complete. This may take several minutes.
6. You'll be prompted to run the configuration wizard to finish the installation.
The configuration wizard can also be run manually using: `node wiki configure [port]`
To start Wiki.js manually, run the command: `node wiki start`
{ {
"name": "wiki.js", "name": "wiki.js",
"version": "1.0.0-beta.12.3", "version": "1.0.0-beta.12.4",
"description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown", "description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown",
"main": "install.js", "main": "install.js",
"scripts": { "scripts": {
...@@ -31,13 +31,13 @@ ...@@ -31,13 +31,13 @@
"dependencies": { "dependencies": {
"bluebird": "^3.5.0", "bluebird": "^3.5.0",
"colors": "^1.1.2", "colors": "^1.1.2",
"execa": "^0.6.3", "execa": "^0.7.0",
"follow-redirects": "^1.2.3", "follow-redirects": "^1.2.3",
"fs-extra": "^2.1.2", "fs-extra": "^3.0.1",
"inquirer": "^3.0.6", "inquirer": "^3.1.0",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"ora": "^1.2.0", "ora": "^1.2.0",
"pm2": "^2.4.3", "pm2": "^2.5.0",
"tar": "^2.2.1" "tar": "^3.1.5"
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment