Compare commits

..

4 Commits
0.2.0 ... 0.2.1

Author SHA1 Message Date
Maxime Beauchemin
c95c2522ab v0.2.1 2015-09-05 15:08:38 -07:00
Maxime Beauchemin
58c2186f56 Adding a few screenshots to README 2015-09-05 14:27:18 -07:00
Maxime Beauchemin
94ef801c6d Merge pull request #19 from mistercrunch/setup
Preparing pypi package
2015-09-05 13:45:33 -07:00
Maxime Beauchemin
efc54e0f65 Preparing pypi package 2015-09-05 13:37:55 -07:00
4 changed files with 15 additions and 1 deletions

2
.gitignore vendored
View File

@@ -4,4 +4,6 @@ tmp
panoramix_config.py
local_config.py
env
dist
panoramix.egg-info/
app.db

2
MANIFEST.in Normal file
View File

@@ -0,0 +1,2 @@
recursive-include panoramix/templates *
recursive-include panoramix/static *

View File

@@ -67,6 +67,9 @@ pip install panoramix
# Create an admin user
fabmanager create-admin --app panoramix
# Clone the github repo
git clone https://github.com/mistercrunch/panoramix.git
# Start the web server
panoramix
```
@@ -123,3 +126,10 @@ the [Flask App Builder Documentation](http://flask-appbuilder.readthedocs.org/en
``Admin->Refresh Metadata`` menu item to populate
* Navigate to your datasources
More screenshots
----------------
![img](http://i.imgur.com/Rt6gNQ9.png)
![img](http://i.imgur.com/t7VOtqQ.png)
![img](http://i.imgur.com/PaiFQnH.png)

View File

@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
version = '0.2.0'
version = '0.2.1'
setup(
name='panoramix',