Skip to content

Instantly share code, notes, and snippets.

@edouard-lopez
Created November 17, 2020 09:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edouard-lopez/a02d61e308e222b069a7a83ad3da1ca2 to your computer and use it in GitHub Desktop.
Save edouard-lopez/a02d61e308e222b069a7a83ad3da1ca2 to your computer and use it in GitHub Desktop.
C3Fire thèse Delphine
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