GithubHelp home page GithubHelp logo

djangotaskscheduler's Introduction

=Instructions=

===Get the source code===
Create a directory in which the schedulerdemo is being downloaded

	mkdir djangotaskscheduler

Get the djangotaskscheduler using subversion


===Create the database===
Create a database schema. The schemaname and userids as defined in the settings file are:
	DATABASE_ENGINE = 'mysql'
	DATABASE_NAME = 'schedulerdemo'
	DATABASE_USER = 'django'       
	DATABASE_PASSWORD = 'django'   
if your database properties are different, adjust accordingly in the settings.py file.


===Update the HTML templates location===
Update your templates location to match your installation location.
See TEMPLATE_DIRS in the settings.py file.


===Update the output file location===
Create the directory where the output files are written.
The standard location is /var/scheduler and the userid running the poller.py program should have read/write access to that directory.
This is set in the scheduler/scheduler_settings.py file.


===Update the poller script===
The poller script is called run_poller. Update this to match your environment.
Alternatively kick the poller.py program using cron. See poller.py for instructions.


===Start the application and run the poller===
Start the application using 
	python manage.py runserver
Start the poller using 
	./run_poller


djangotaskscheduler's People

Contributors

weijia avatar

Watchers

 avatar James Cloos 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.