GithubHelp home page GithubHelp logo

sl-timetracker's Introduction

Set Up

Initial Dependencies

Install the following using apt-get (or equivalent):

  • python3 (might be installed already)
  • python3-pip
  • libmysqlclient-dev
  • python-dev
  • mysql-server (When this runs, mysql should have you set a password. I used tracker as mine.)

Setting up your environment

  1. Now run virtualenv -p python3 env in the top project directory to create the virtual environment.
  2. Run source ./env/bin/activate to start the environment.
  3. Now run sudo pip3 install -r requirements.txt from the project directory.
  4. Open mysql with mysql -u root -p, using the password you created earlier and then run CREATE DATABASE sldb;
  5. In Tracker/settings.py, set 'HOST': '/where/ever/you/have/mysql.sock' (varies based on OS)

Development

Run source ./env/bin/activate before you start programming to get back in the environment. When you're done programming for the day, run deactivate to close the virtual environment.

Testing

Run python manage.py test

Some useful aliases to add to your bashrc

Starts the server for the project: alias runserv='python3 manage.py runserver'

Starts the virtual environment: alias startenv='source ./env/bin/activate'

Auto generates new migrations for model changes: alias makemigrate='python3 manage.py makemigrations base'

Runs all of the migrations: alias migrate='python3 manage.py migrate'

sl-timetracker's People

Contributors

ttsapakos avatar ryanlough avatar lukegstarr avatar kaasila avatar sameerbarde avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.