Skip to content

This is a template with comments to help create apps for OpenPlotter

License

Notifications You must be signed in to change notification settings

openplotter/openplotter-myapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openplotter-myapp

This is a template to help create apps for OpenPlotter.

Installing

Install openplotter-settings for production.

For production

Download the latest openplotter-myapp deb package and install it:

sudo dpkg -i openplotter-myapp_x.x.x-xxx_all.deb

For development

Clone the repository:

git clone https://github.com/openplotter/openplotter-myapp

Create the package:

cd openplotter-myapp
dpkg-buildpackage -b

Install the package:

cd ..
sudo dpkg -i openplotter-myapp_x.x.x-xxx_all.deb

Run post installation script:

sudo myappPostInstall

Run:

openplotter-myapp

Make your changes and repeat packaging and installation steps to test. Pull request your changes to github and we will check and add them to the next version of the Debian package.

Documentation

https://openplotter.readthedocs.io

Support

http://forum.openmarine.net/forumdisplay.php?fid=1

About

This is a template with comments to help create apps for OpenPlotter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages