Skip to content

Scripts for automating routines.

License

Notifications You must be signed in to change notification settings

laser-game/utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: CC BY-NC-ND 4.0

Utils

Scripts for automating routines.

Instalation:

mkdir laser-game
cd laser-game
git clone git@github.com:laser-game/utils.git

List of scripts:

APT

It installs the required .deb packages.

Use:

./apt.sh

CLONE

Clone is a bash script for creating a folder tree and cloning repositories to their correct location.

Use:

pwd # /home/wykys/projects/laser-game/utils
./clone.sh

VENV

VENV create the virtual enviroment from requirements.txt in sw module root folder.

Use:

pwd # /home/wykys/projects/laser-game/sw/manager
./../../utils/venv.sh

DATABASE

This script creates and initiates the database. The old database is renamed db.sqlite3_old. After initialization, the process for creating django superuser is started.

Use:

pwd # /home/wykys/projects/laser-game
./utils/database.sh

SERVER

This script runs the django server.

Use:

pwd # /home/wykys/projects/laser-game
./utils/server.sh

DRIVER

This script runs the driver.

Use:

pwd # /home/wykys/projects/laser-game
./utils/driver.sh

About

Scripts for automating routines.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages