0.2.0 • Published 10 years ago

aolists-webtop v0.2.0

Weekly downloads
3
License
GPL
Repository
github
Last release
10 years ago

Name

aoLists-webtop - Web interface for aoLists-db.

Description

The aoLists Webtop provide for a web based user interface to the aoLists package.

Installation

Installation is via npm: npm install aolists-webtop.

Once installed, you can access the API via localhost:60221

Configuration

The config.json file has been modified to only contain CHANGES to the default configuration settings, found in server.js. Note that if you are making changes to a sub document (in noSQL parlance), you only need to define the elements that you are changing and not the entire sub-document, for example:

{
	"server": {
		"port": "80"
	}
}

will change the port entry but leave all others alone.

Default login

You should create a level manager user in aolists-db that you can use to login and further configure the package.

User documentation

The user documentation (or manual) will be located at http://aoLists.com. It is a work in progress.

Dependencies

  • Are all indicated in package.json. So far I indicate the lowest version with which I tested the code. Sadly this can result in non-working code when later versions are used.

  • aoLists has been tested in Node.js 0.10.29.0

Credits

Authors

  • Jose E. Gonzalez jr

License

All code contained herein is distributed under the LGPL 3.0 license, or as described in the code. All code is copyright 2014 Candid.Concept LC.

0.2.0

10 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago