Skip to content
Sinchan Maitra edited this page Jan 5, 2022 · 4 revisions

Welcome to the advancesource wiki!

MAIN SECTION

Welcome to AdvanceSource

You can download the source code and can build your own django multiplayer games site template but in order to host you need to purchase reddis sever.

This is a free website template for all of you and you can commit changes into it in order to build your site. This site is built by OpenSource

AdvanceSource

Advancesource is a new project where we have tried to implement some of our ideas and to make them public so that they can modify or enhance it to the next level.

Here are some steps you have to follow to run this app in your local computer

# Cloning Repository
## If you are not using ssh run:
                    `git clone https://github.com/abindent/advancesource.git`
## For ssh run:
                    `git clone [email protected]:abindent/advancesource.git`

# Installing Dependencies
                    `pip install -r requirements.txt`
                    `pip install pipenv` (If you want a virtual environment)
                    `pipenv install -r requirements.txt` (If you have cloned our repository and installed pipenv)
                    
# Installing Redis Server 
 1. Officially download from `https://redis.io/download`.
 2. To install redis in windows refer to `https://redis.com/ebook/appendix-a/a-3-installing-on-windows/a-3-2-installing-redis-on-window` .
 3. To download redis msi for macOS, Windows and Ubuntu refer to `https://www.kindacode.com/article/how-to-install-redis-on-macos-windows-and-ubuntu` .

# Run the code
To start the app open in terminal and type `python manage.py runserver`

Support or Contact

For support create an issue in the github repo.