##// 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 1. (optional) generate production.ini (or use a copy of development.ini)
36 1. (optional) generate production.ini (or use a copy of development.ini)
37
37
38
39 appenlight-make-config production.ini
38 appenlight-make-config production.ini
40
39
41 2. Setup database structure:
40 2. Setup database structure:
42
41
43
44 appenlight-migratedb -c FILENAME.ini
42 appenlight-migratedb -c FILENAME.ini
45
43
46 3. To configure elasticsearch:
44 3. To configure elasticsearch:
47
45
48
49 appenlight-reindex-elasticsearch -t all -c FILENAME.ini
46 appenlight-reindex-elasticsearch -t all -c FILENAME.ini
50
47
51 4. Create base database objects
48 4. Create base database objects
52
49
53 (run this command with help flag to see how to create administrator user)
50 (run this command with help flag to see how to create administrator user)
54
51
55
56 appenlight-initializedb -c FILENAME.ini
52 appenlight-initializedb -c FILENAME.ini
57
53
58 5. Generate static assets
54 5. Generate static assets
59
55
60
61 appenlight-static -c FILENAME.ini
56 appenlight-static -c FILENAME.ini
62
57
63 Running application
58 Running application
@@ -44,12 +44,19 b' setup('
44 description="appenlight",
44 description="appenlight",
45 long_description=README,
45 long_description=README,
46 classifiers=[
46 classifiers=[
47 "Framework :: Pyramid",
48 "License :: OSI Approved :: Apache Software License",
47 "Programming Language :: Python",
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 "Topic :: Internet :: WWW/HTTP",
56 "Topic :: Internet :: WWW/HTTP",
50 "Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
57 "Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
51 ],
58 ],
52 version='2.0.0rc1',
59 version="2.0.0rc1",
53 license=__license__,
60 license=__license__,
54 author=__author__,
61 author=__author__,
55 url=__url__,
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