ZiyamSanthosh / docs-is

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WSO2 Identity Server Documentation

This repository contains the documentation website code and Markdown source files for is.docs.wso2.com.

Branch Build Status
master Build Status

Prerequisites

To run the project locally, it requires python & pip.

Install Python

Check if you already have Python installed by running the following command.

$ python3 --version
Python 3.8.0

If you receive a response similar to the one shown above, Python 3.8.0 is your default Python version.

If you don't seem to have Python installed, grab the latest release from the official downloads page.

Install pip

pip is already installed if you are using Python 3 >=3.4 downloaded from python.org or if you are working in a Virtual Environment created by virtualenv or pyvenv. Just make sure to upgrade pip.

Installing with get-pip.py

To install pip with curl, execute the following command. Alternatively you can download get-pip.py by clicking here.

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

Then run the following command in the folder where you have downloaded get-pip.py

python3 get-pip.py

Run project locally (Dev Mode)

Clone the repo

git clone https://github.com/wso2/docs-is.git

Install the dependencies

cd docs-is && pip3 install -r requirements.txt

Run mkdocs

Execute the following command from inside the <Lang folder>.

cd en && mkdocs serve

Note: If you are getting an error that says mkdocs command is not found, try the following command.

python3 -m mkdocs serve

License

Licenses this source under the Apache License, Version 2.0 (LICENSE), You may not use this file except in compliance with the License.

About

License:Apache License 2.0


Languages

Language:CSS 52.0%Language:HTML 29.6%Language:JavaScript 14.2%Language:Java 4.2%