A couchapp as an interface +db to 0P3NR3P0 http://www.0p3nr3p0.net
  • HTML 58.4%
  • JavaScript 33.3%
  • CSS 7.7%
  • SCSS 0.4%
  • Ruby 0.2%
Find a file
2015-10-17 19:06:30 -05:00
_attachments update about page with netartizens show archive link 2015-10-17 19:06:30 -05:00
functions added everything back 2013-08-13 21:36:44 -05:00
lists merge conflicts 2015-03-04 10:42:52 -06:00
sass added everything back 2013-08-13 21:36:44 -05:00
shows touchups 2015-03-01 19:30:25 -06:00
templates style tweak 2015-03-04 12:30:17 -06:00
vendor or use logo 2015-03-02 16:42:03 -06:00
views update map 2015-03-02 21:39:13 -06:00
.couchappignore .couchappignore 2014-01-14 12:59:31 -06:00
.gitignore added sudlab pages 2014-01-07 13:26:45 -06:00
.python-version update about page with netartizens show archive link 2015-10-17 19:06:30 -05:00
_id added everything back 2013-08-13 21:36:44 -05:00
config.rb added everything back 2013-08-13 21:36:44 -05:00
couchapp.json added everything back 2013-08-13 21:36:44 -05:00
README.md readme revert 2014-01-14 13:13:36 -06:00
requirements.txt added sudlab pages 2014-01-07 13:26:45 -06:00
rewrites.json update atom view 2015-03-04 10:42:24 -06:00
validate_doc_update.js added everything back 2013-08-13 21:36:44 -05:00

UI to 0p3nr3p0


###Visit version v3.0alpha

Currently 0P3NR3P0 uses the older version of the couchapp tool._

Howto (Roll your own):

##Recommended: use virtualenv

Use virtualenv and install couchapp with pip install -r requirementx.txt

###Howto use Virtualenv:

  1. Install virtualenv with pip:

     pip install virtualenv
    
  2. Use virtualenv to use a local version of couchapp this will work concurrently if you also have the nodejs couchapp installed

     virtualenv venv --distribute
    
  3. Activate the newly created venv

     source ./venv/bin/activate
    
  4. Use pip to install couchapp with the requirements.txt

     pip install -r requirements.txt
    
  5. You can now follow Push changes to couchDB

(not using venv): Install pip

sudo easy_install pip

Use pip to install couchapp

pip install couchapp

Push changes to couchDB

couchapp push  https://USER:PASS@127.0.0.1:5984/openrepo

Then open the URL that it prints, which should be something like:

2014-01-07 11:42:11 [INFO] Visit your CouchApp here:
http://localhost:5984/openrepo/_design/0P3NR3P0/index.html