Skip to content

Gustavsahlberg/RedCrossAction-Pacific

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RedCrossAction-Pacific

Table of contents

Installation

Server

Installation

We are using Django framework for Python.

To install Django you will need to run this following command in your commandline:

$ pip3 install Django==3.1.2

To check if Django is installed run this command:

$ python3 -m django --version

Windows

To setup the workspace in Windows you will need to do the following:

  1. Install Python 3.8.5.
  2. Run setup.bat in the projects root directory

Linux

To setup the workspace in Linux you will need to run the following command in your terminal:

$ ./setup.sh

Server

Windows

Run the following command in the root directory to start the server:

./run.bat

Linux

Run the following command to start our server:

$ ./run.sh

Both files can take an optional argument for the port number to run the server on. The port 8000 will be used if no port number is specified.

These files are mainly for development purposes and shouldn't be used in production.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.0%
  • HTML 6.2%
  • Shell 2.5%
  • Batchfile 2.3%