在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:svsticky/constipated-koala开源软件地址:https://github.com/svsticky/constipated-koala开源编程语言:Nix 30.3%开源软件介绍:Operation Constipated KoalaThis is the repository of the admin system used by Study Association Sticky. It has been written in Ruby with the help of the Rails framework and some libraries. Currently, it implements methods to track several things within the association:
Koala has an api, it is used by Radio, static-sticky and magnificent-sloth at the moment. However this api uses OAuth to create more awesome applications without hacking it into Koala itself, so anybody can build an application. Starting with KoalaAn extensive tutorial on how to install Koala on your laptop or on a production server is available.. Koala is quite a large program, and has many integrations. To test and use some of the functionality, access to external api's is needed. Credentials can be found in the IT Crowd or CommIT password managers. Most notably, Koala integrates with MailChimp, MailGun and Mollie. # Add hosts for different subdomains on your own computer for development
$ echo "127.0.0.1 koala.rails.local intro.rails.local" >> /etc/hosts Running Koala# Start the database again
$ docker-compose up You can run Koala itself by running this command: $ nix-shell
$ rails s This will start a server that listens until you press Ctrl-C in the window where it's running. It might be neccesary to remove your existing node_modules folder, if it exists. Yarn might fail otherwise. To precompile the assets, run (in the Nix shell): dotenv rails assets:precompile When editing JavaScript or CSS that is managed by Webpack, run the webpack development server. This can be started with (again in the Nix shell): bundle exec bin/webpack-dev-server FutureConstipated Koala is started as a tool for the board of Sticky in a very limited way; tracking members. Later on activities, groups, checkout (POS), user login and payments were added. Because of the sheer size of the codebase, we are looking into option to split parts off. For example, the Mongoose ecosystem deserves it's own backend. We think the core of Koala is, and always should be, member management. All other features are just extra's that might as well live in their own application. This should keep the codebase to a workable size, and ensure a bright future for Koala. We hope this alligns with the vision of the original creator, Martijn Casteel, who once wrote here: "I would like to see that in ten years it still is a tool for the board of Sticky." ContributingPlease read the contributing guideliness. If you are updating dependencies, please read the dependency managment guideline OAuthOAuth was added to allow the commit or any other group to play with the data available in Koala without hacking it into Koala itself. So if you would like to build an app for Sticky which is not directly affiliated with member administration do so in a different app using OAuth to authenticate and retrieve information (I do recon some things need to be added to the member pages of Koala, such as groups and activities). Contact the IT Crowd if you want to provide an Sticky related application with OAuth login. License
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论