Skip to content

Veos-Digital/DataVisualization.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataVisualization

CI codecov.io

Navigate at the root of this repository and start Julia with julia --project=app. Open the package repl with ], then type

(app) pkg> dev .; add [email protected];

Once everything has been installed, include app/main.jl to start the interface on 127.0.0.1:9000/.

⚠️ The settings in the app/main.jl file demo include a wild card, which is insecure on a server, as it can run arbitrary code. If you are serving the app publicly, do not include :Wildcard among the options.

Compilation

DataVisualization.jl can be compiled to a stand-alone app as follows:

using PackageCompiler
create_app("path/to/DataVisualization", "path/to/new/app/folder",
    include_transitive_dependencies=false)

⚠️ To work this requires checking out some specific branches of packages (should be resolved in the near future).

For instance, provided PackageCompiler is installed in the global environment, one can navigate to the root folder of this repository and run

julia -q --project

julia> using Pkg, PackageCompiler

julia> Pkg.add(url="https://github.com/JuliaPlots/GraphMakie.jl", rev="pv/bumpmakie")

julia> Pkg.add(url="https://github.com/JuliaPlots/Makie.jl", rev="master")

julia> create_app(".", "AppFolder", include_transitive_dependencies=false)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •