Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajaysinghj8/sricms
https://github.com/ajaysinghj8/sricms
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ajaysinghj8/sricms
- Owner: ajaysinghj8
- Created: 2015-06-01T14:12:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-02T14:37:44.000Z (over 9 years ago)
- Last Synced: 2024-04-14T05:56:31.749Z (7 months ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
Installation
for installation an angular app will be served as index.html(index.php) to control access
then it will take up all the confgiurations like.
site name
select type of website
mongodb url
theme
social auth -> setting up social auth
modules/features/packages to install -> config each package if requiredcore will contain the installation code
which can create a new website
core\ folder descriptions
\assests-> all node_modules will be placed here and we are using browerify for every things
\bin -> tasks like dump db,repair db, backupdb, exports, imports etc. Also repair a website
\config -> core modules configuration files
\includes -> files which are responsible for installation process
\lib -> All other custom code in form of modules
\modules -> alias modules which are required to do servral things,
\theme -> themes of installation process.Alias Dashboard show all available site
side by side folder having folder as alias
[doubt]{only core has functionality to update modules of other sites / other ste also have all tings}/config section
configurations will be devided into two parts development/production
may be futher on test
default configuration will be supplied time of installation then
after -> update on first run -> for each run configuration will be use from redis
so that live updation can be done (rather than restarting the server all time)
Also memcache/redis will be used to provide configuration load from mongo first[Need to follow up with TDD approach]
poc {Event based workflow for modules}