athena-oss / athena

An automation platform with a plugin architecture that allows you to easily create and share services.
https://athena-oss.github.io/athena/
Apache License 2.0
92 stars 25 forks source link

Installing athena in linux #20

Closed bambang-ap closed 7 years ago

bambang-ap commented 7 years ago

How can i install athena in linux ubuntu?

rafaelspinto commented 7 years ago

Hi @aprakoso98, we are working on building the debian packages to be easier but in the meantime you can just clone the repo:

git clone https://github.com/athena-oss/athena.git

after this you can install the existing plugins or create your own, example :

# cd into athena folder
cd athena

# install the php plugin
./athena plugins install php  https://github.com/athena-oss/plugin-php

# create your own plugin
./athena wizard start

please let me know if this works out for you.

bambang-ap commented 7 years ago

thanks for answering me @rafaelspinto and here i found https://cloud.githubusercontent.com/assets/18139422/19032459/06db2a58-8984-11e6-9c64-42507417567b.png

bambang-ap commented 7 years ago

sory my mistake :D the issue solved :+1: