https://github.com/tetreum/ocomposer
OxideComposer - Plugin Management for OxideMod (oxidemod.org)
https://github.com/tetreum/ocomposer
oxidemod rust rust-server
Last synced: about 2 months ago
JSON representation
OxideComposer - Plugin Management for OxideMod (oxidemod.org)
- Host: GitHub
- URL: https://github.com/tetreum/ocomposer
- Owner: tetreum
- License: mit
- Created: 2016-03-12T12:42:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-04T15:52:51.000Z (over 8 years ago)
- Last Synced: 2025-02-09T17:46:06.659Z (3 months ago)
- Topics: oxidemod, rust, rust-server
- Language: PHP
- Homepage:
- Size: 352 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
OxideComposer - Plugin Management for OxideMod
========================================OComposer helps you manage and install plugins of Oxidemod.org for Linux servers.
**BETA** Only tested in Rust Experimental server.
Installation
--------------------
1. Run the following installer as root.
``` sh
$ curl -s https://raw.githubusercontent.com/tetreum/ocomposer/master/compiled/installer | bash
```
2. Run `ocomposer` in the same folder as `/RustDedicated_Data/` is located and follow the setup steps.Install new plugins
------------1. Run `ocomposer install PLUGIN_URL` .
Example:
- `ocomposer install http://oxidemod.org/plugins/stack-size-controller.1185/`
- `ocomposer install stack-size-controller.1185`Check for updates
------------1. Run `ocomposer update` to check for plugin updates. A ZIP backup of plugins & it's data will be made before each update. The backups will be located in `composer/backups/` folder.
To update rust server & oxide too (beta, but im using it in production :p)
1. Run `ocomposer full-update`¡I already had installed plugins before installing ocomposer!
------------Follow "Install new plugins" step, the existing configuration of that plugin WON'T be replaced/deleted :)
Requirements
------------- PHP 5.5 or above.
- curl (`apt-get install php5 php5-curl`)
- zip (`apt-get install zip`)
- unzip (`apt-get install unzip`)ToDo
------------
- remove command
- restore command
- TestsLicense
-------OComposer is licensed under the MIT License - see the LICENSE file for details