Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.
/ docs-ciam-cloud Public archive

This is the documentation for the WSO2 Private CIAM Cloud.

License

Notifications You must be signed in to change notification settings

wso2-attic/docs-ciam-cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is no longer maintained.

Issue reports and pull requests will not be attended.

WSO2 Private CIAM Cloud Documentation

This is the documentation for the WSO2 Private CIAM Cloud.

Prerequisites

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

Install Python

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

python --version
Python 2.7.10

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

You should also check if you have Python 3 installed.

python3 --version
Python 3.8.0

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 2 >=2.7.9 or 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

python get-pip.py

Run project locally (Dev Mode)

Clone the repo

git clone https://github.com/wso2/docs-ciam-cloud.git

Install the dependencies

cd docs-ciam-cloud/<language_folder> && pip install -r requirements.txt

Example:

cd docs-ciam-cloud/en && pip install -r requirements.txt

Run mkdocs

Execute the following command from inside the <lang_folder>.

cd en && 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

This is the documentation for the WSO2 Private CIAM Cloud.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published