Skip to content

BinWang20140601/ShareYourSystem

 
 

Repository files navigation

#Install the python packages

##Install

On a Terminal :

$ pip install ShareYourSystem

##Uninstall

On a Terminal :

$ pip uninstall ShareYourSystem

#Docs

  1. Put yours markdowned files docs/
  2. Set the mkdocs.yml to refer to these docs
  3. On the ShareYourSystem-master dir, build your site (it updates the the site/ folder)
$ mkdocs build --clean
  1. Deploy on your http server (It is Ouvaton for here)

#Meteor GUI

  1. Put your meteor js files in Meteor/
  2. Deploy your application on the meteor free test server (with your specific name, ie replace shareyoursystem by your app name). On the ShareYourSystem-master dir :
$ meteor deploy shareyoursystem.meteor.com

#Reveal Slides

  1. Go in Convert your modules Docs into reveal html, on the ShareYourSystem-master dir :
$ python inform.py
  1. Then deploy the html slides in the http server that you want. (Ouvaton for here)

About

ShareYourSystem is a Pythonlogy with a Meteor GUI for building a scientific MVC framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 60.8%
  • PHP 18.6%
  • Python 9.6%
  • C++ 7.1%
  • JavaScript 3.6%
  • CSS 0.2%
  • Other 0.1%