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.

View on GitHub

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 git@github.com: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 MSI
1. Officially download from https://redis.io/download.
2. Download redis in windows from here https://github.com/tporadowski/redis/releases .
3. To download redis msi for macOS, and Linux (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 ( [host:port] is optional )
                    `python manage.py runserver [host:port]`
If you are using virtual environment then run the same code by using virtual env shell.

If using pipenv follow the followings
                    `pipenv shell` and then `python manage.py runserver [host:port]` or
                    `pipenv run python manage.py runserver [host:port]` (e.g. pipenv run python manage.py runserver 0.0.0.0:3000)



This page used Jekyll Themes.

Support or Contact

For support create an issue in the github repo.