Created
November 17, 2020 09:10
-
-
Save edouard-lopez/a02d61e308e222b069a7a83ad3da1ca2 to your computer and use it in GitHub Desktop.
C3Fire thèse Delphine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
download_dir:=./C3LearningLabs | |
install_dir:=/opt/c3system/C3LearningLabs | |
download-linux: | |
wget -c http://www.c3learninglabs.com/download/system/c3fire-v4.1.1.0/c3fire-v4.1.1.0-install-linux.tgz | |
echo "You need to extract the archive" | |
install-linux: | |
mkdir -p /opt/c3system | |
chmod 777 /opt/c3system | |
chmod 755 /opt/c3system | |
chown $$SUDO_USER -R ./C3LearningLabs | |
chmod -R 777 ./C3LearningLabs | |
chmod -R 755 ./C3LearningLabs | |
cp -R ./C3LearningLabs /opt/c3system \ | |
&& rm -rf ./C3LearningLabs \ | |
&& ln -nfs /opt/c3system/C3LearningLabs ./C3LearningLabs | |
edit-config: | |
xed $$(pwd)/C3LearningLabs/C3Fire/Client/Files/Root/C3FireClientConfig.con | |
start-client: | |
cd ./C3LearningLabs/C3Fire/Client/Application; \ | |
sh C3FireClient-Start-Linux.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment