Giter VIP home page Giter VIP logo

wordpress-simple's Introduction


Logo

Detect Raven

TMX is the serial control interface for the trackmaster treadmill protocol
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Product Name Screen Shot

Using the trackmaster protocol, This simple tkinter GUI can control the speed and elevation of the treadmil.

(back to top)

Built With

  • Python

(back to top)

Getting Started

To run program use the executable

output\main.exe

Modifications

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • Python 3.10 at https://python.org
    wget https://www.python.org/ftp/python/3.10.1/Python-3.10.1.tgz
    tar xzf Python-3.10.1.tgz
    cd Python-3.10.1 
    ./configure --enable-optimizations
    make altinstall

Dependencies

  1. We need to install a virtual environment and dependencies
  2. Clone the repo
    git clone https://github.com/jbirbal-skydom/TMX/.git
  3. Install virtual environment
    pip install virtualenv
  4. To make virtual environment
    python -m venv .venv
  5. Start VEnv
    .\.venv\Scripts\activate
  6. Install dependencies
    python -m pip install -r requirements.txt

(back to top)

Configure the settings JSON file

  • Initialize our annotations file

    nano setting\config.jsonc
  • edit the Config

    {
      /****
      * DATASET PATHS
      ****/
      "writePort": "COM1",
      "readPort": "COM2",
      "rate": 4800,
      "stopbits": 1,
      "Parity": "N",
      "bytes": 8,
      "timeout": 0,
      "Duplex": "full"
        ```
    
    

Usage

use the followg to remove the volume and bring down the image. the -v flag deletes the volumes

docker-compose -f docker-compose.yml down -v

allow the port to be opened:

sudo ufw allow http
sudo ufw allow https

add user and database using phpMyAdmin:

  • log into the phpMyAdmin:
    • port: 8183
  • Click create new database
    • let side click new.
    • this names has to match: WORDPRESS_DB_NAME: variable
  • add user to the new database
    • . Click the phpMyAdmin icon in the upper left to return to the main page, then click the Users tab. If a user relating to WordPress does not already exist in the list of users, create one.
    • Click Databases on the second ribbon on top and add the privilges to the new database

add to Ngnix Prxy Manager

  • make sure you have a SSL cert for the most top level domain

Clicking the button up sends comand to increase the speed/elevation in relation to the set values respectfully. The increment are hard coded abut can be changed easily.

The reference unit is the TMX 428:

---Any units that uses the treadmaster protocol should work.---

tmx

For more examples, please refer to the Documentation

(back to top)

Roadmap

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Jason Birbal - [email protected]

Project Link: https://github.com/jbirbal-skydom/TMX/

(back to top)

Acknowledgments and References

(back to top)

wordpress-simple's People

Contributors

jbirbal-skydom 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.