##// END OF EJS Templates
relase preparations
ergo -
Show More
@@ -35,29 +35,24 b' After installing the application you need to perform following steps:'
35 35
36 36 1. (optional) generate production.ini (or use a copy of development.ini)
37 37
38
39 38 appenlight-make-config production.ini
40 39
41 40 2. Setup database structure:
42 41
43
44 42 appenlight-migratedb -c FILENAME.ini
45 43
46 44 3. To configure elasticsearch:
47 45
48
49 46 appenlight-reindex-elasticsearch -t all -c FILENAME.ini
50 47
51 48 4. Create base database objects
52 49
53 50 (run this command with help flag to see how to create administrator user)
54 51
55
56 52 appenlight-initializedb -c FILENAME.ini
57 53
58 54 5. Generate static assets
59 55
60
61 56 appenlight-static -c FILENAME.ini
62 57
63 58 Running application
@@ -44,12 +44,19 b' setup('
44 44 description="appenlight",
45 45 long_description=README,
46 46 classifiers=[
47 "Framework :: Pyramid",
48 "License :: OSI Approved :: Apache Software License",
47 49 "Programming Language :: Python",
48 "Framework :: Pylons",
50 "Programming Language :: Python :: 3 :: Only",
51 "Programming Language :: Python :: 3.6",
52 "Topic :: System :: Monitoring",
53 "Topic :: Software Development",
54 "Topic :: Software Development :: Bug Tracking",
55 "Topic :: Internet :: Log Analysis",
49 56 "Topic :: Internet :: WWW/HTTP",
50 57 "Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
51 58 ],
52 version='2.0.0rc1',
59 version="2.0.0rc1",
53 60 license=__license__,
54 61 author=__author__,
55 62 url=__url__,
General Comments 4
Under Review
author

Auto status change to "Under Review"

Under Review
author

Auto status change to "Under Review"

You need to be logged in to leave comments. Login now